summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLTextBlocks.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-05-02 11:52:15 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-05-02 11:52:15 +0000
commitbebc2c70cd3b517080cbdad84ffe685ef182b8d0 (patch)
tree9c0836f1d99881916d414aa9d6ba1cce527a6f67 /sw/source/core/inc/SwXMLTextBlocks.hxx
parent2de5d801c25fea1cb831738b9a783e21fa84d874 (diff)
#86353# macros now preserved in auto text conversion
Diffstat (limited to 'sw/source/core/inc/SwXMLTextBlocks.hxx')
-rw-r--r--sw/source/core/inc/SwXMLTextBlocks.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx
index 9b07e7041f39..9bad5a089a2e 100644
--- a/sw/source/core/inc/SwXMLTextBlocks.hxx
+++ b/sw/source/core/inc/SwXMLTextBlocks.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXMLTextBlocks.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mtg $ $Date: 2001-04-30 19:59:13 $
+ * last change: $Author: dvo $ $Date: 2001-05-02 12:52:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,8 +153,11 @@ public:
virtual void SetIsTextOnly( const String& rShort, BOOL bNewValue );
virtual void SetIsTextOnly( USHORT nIdx, BOOL bNewValue );
- virtual ULONG GetMacroTable( USHORT, SvxMacroTableDtor& rMacroTbl );
- virtual ULONG SetMacroTable( USHORT nIdx, const SvxMacroTableDtor& rMacroTabl );
+ virtual ULONG GetMacroTable( USHORT, SvxMacroTableDtor& rMacroTbl,
+ sal_Bool bFileAlreadyOpen = sal_False );
+ virtual ULONG SetMacroTable( USHORT nIdx,
+ const SvxMacroTableDtor& rMacroTable,
+ sal_Bool bFileAlreadyOpen = sal_False );
virtual BOOL PutMuchEntries( BOOL bOn );
void ReadInfo();
void WriteInfo();