summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLTextBlocks.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-02-26 12:35:00 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-02-26 12:35:00 +0000
commit571c852f8c4d936f5ce872d71250286926b871b3 (patch)
tree212d94fbabfbb9e82efd968f71aa8d974b3cee1b /sw/source/core/inc/SwXMLTextBlocks.hxx
parent16891b31e91072ffabda51601a52ba32f8a3196b (diff)
Added SetIsTextOnly
Diffstat (limited to 'sw/source/core/inc/SwXMLTextBlocks.hxx')
-rw-r--r--sw/source/core/inc/SwXMLTextBlocks.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx
index 1f93268c79a6..56835ec4c0b1 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.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mtg $ $Date: 2001-02-08 15:52:44 $
+ * last change: $Author: mtg $ $Date: 2001-02-26 13:35:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,6 +150,8 @@ public:
virtual BOOL IsOnlyTextBlock( const String& rShort ) const;
virtual BOOL IsOnlyTextBlock( USHORT nIdx ) const;
+ 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 );