summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLTextBlocks.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 11:26:52 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 11:26:52 +0000
commit428305782ad375006def7b604a8dae2c611da1e0 (patch)
tree6897a01bb59a786e43f886b84643426addafc191 /sw/source/core/inc/SwXMLTextBlocks.hxx
parentdcc508603408c8246dff59241d75ce61bd45d77f (diff)
INTEGRATION: CWS tune05 (1.8.754); FILE MERGED
2004/07/22 08:40:12 cmc 1.8.754.1: #i30554# SwXMLTextBlocks::SetCurrentText unused
Diffstat (limited to 'sw/source/core/inc/SwXMLTextBlocks.hxx')
-rw-r--r--sw/source/core/inc/SwXMLTextBlocks.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx
index 2530a484930b..421a71bbab06 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: jp $ $Date: 2001-10-19 13:29:54 $
+ * last change: $Author: obo $ $Date: 2004-08-12 12:26:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,6 @@ public:
void AddName( const String&, const String&, const String&, BOOL bOnlyTxt = FALSE );
virtual void AddName( const String&, const String&, BOOL bOnlyTxt = FALSE );
void GeneratePackageName ( const String& rShort, String& rPackageName );
- void SetCurrentText( const String& rText );
virtual ~SwXMLTextBlocks();
//virtual BOOL IsOld() const;
virtual ULONG Delete( USHORT );
@@ -145,7 +144,6 @@ public:
ULONG GetBlockText( const String& rShort, String& rText );
ULONG PutBlockText( const String& rShort, const String& rName, const String& rText, const String& rPackageName );
void MakeBlockText( const String& rText );
- void AddTextNode( const String& rText );
};