mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-15 05:14:17 +00:00
Update NSAttributedString.h
adding what is missing
This commit is contained in:
parent
2f4343438a
commit
6304640556
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* -*-objc-*-
|
/* -*-objc-*-
|
||||||
NSAttributedString.h
|
NSAttributedString.h
|
||||||
|
P
|
||||||
Categories which add capabilities to NSAttributedString
|
Categories which add capabilities to NSAttributedString
|
||||||
|
|
||||||
Copyright (C) 1999 Free Software Foundation, Inc.
|
Copyright (C) 1999 Free Software Foundation, Inc.
|
||||||
|
@ -119,6 +119,8 @@ APPKIT_EXPORT NSString *NSMacSimpleTextDocumentType;
|
||||||
APPKIT_EXPORT NSString *NSHTMLTextDocumentType;
|
APPKIT_EXPORT NSString *NSHTMLTextDocumentType;
|
||||||
APPKIT_EXPORT NSString *NSDocFormatTextDocumentType;
|
APPKIT_EXPORT NSString *NSDocFormatTextDocumentType;
|
||||||
APPKIT_EXPORT NSString *NSWordMLTextDocumentType;
|
APPKIT_EXPORT NSString *NSWordMLTextDocumentType;
|
||||||
|
APPKIT_EXPORT NSString *NSOfficeOpenXMLTextDocumentType;
|
||||||
|
APPKIT_EXPORT NSString *NSOpenDocumentTextDocumentType;
|
||||||
|
|
||||||
// for HTML export
|
// for HTML export
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue