mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 16:41:55 +00:00
Unify the text converter handling. Plus added a bit of implementation
for the new test block methods. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28713 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
420648751a
commit
3b51ebf3fe
7 changed files with 306 additions and 170 deletions
|
@ -60,12 +60,6 @@
|
|||
int unnamedAttachmentCounter; /*" Count the number of unnamed attachments so we can name them uniquely "*/
|
||||
}
|
||||
|
||||
+ (NSData *)produceDataFrom: (NSAttributedString *)aText
|
||||
documentAttributes: (NSDictionary *)dict;
|
||||
|
||||
+ (NSFileWrapper *)produceFileFrom: (NSAttributedString *)aText
|
||||
documentAttributes: (NSDictionary *)dict;
|
||||
|
||||
@end
|
||||
|
||||
@interface RTFProducer: RTFDProducer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue