diff options
author | jp <jp@openoffice.org> | 2000-11-20 13:11:52 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-11-20 13:11:52 +0000 |
commit | 7a59eb8852a43fcc5268d40b4d10110e7e52a1b4 (patch) | |
tree | 82adafee5193b13edff4a31034b7a88b6e02ef8d /sw/source/filter/ww8/ww8par.hxx | |
parent | d90b475d0d6fa8c7b02e56f9f0fa2d12b43adbb9 (diff) |
Read_FieldIniFlags removed
Diffstat (limited to 'sw/source/filter/ww8/ww8par.hxx')
-rw-r--r-- | sw/source/filter/ww8/ww8par.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx index 9e4bc4d0e4a7..ba2c8377230d 100644 --- a/sw/source/filter/ww8/ww8par.hxx +++ b/sw/source/filter/ww8/ww8par.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ww8par.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jp $ $Date: 2000-11-01 12:12:16 $ + * last change: $Author: jp $ $Date: 2000-11-20 14:09:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -910,7 +910,6 @@ friend class WW8FormulaControl; void QuoteChar( String& rStr, const sal_Unicode _c, BOOL bAllowCr ); void QuoteString( String& rStr, const String& rOrg ); void MakeTagString( String& rStr, const String& rOrg ); - void Read_FieldIniFlags(); void UpdateFields(); // void ConvertFName( String& rName ); void ConvertFFileName( String& rName, const String& rRaw ); @@ -1116,11 +1115,14 @@ public: // eigentlich private, geht aber leider nur public Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww8/ww8par.hxx,v 1.4 2000-11-01 12:12:16 jp Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww8/ww8par.hxx,v 1.5 2000-11-20 14:09:17 jp Exp $ Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/01 12:12:16 jp + optimize: use the same code to read MAC-Pict + Revision 1.3 2000/10/16 10:54:58 khz read extended WW9-Frame-Alignment (stored in Escher record 0xF122) |