summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLTextBlocks.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-03-19 10:11:42 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-03-19 10:11:42 +0000
commit957cce659b4e147ba1495fe5c95ed01508486d3e (patch)
treefb5a1298d121973acad0576ba21a2e3c3f004bc0 /sw/source/core/inc/SwXMLTextBlocks.hxx
parent0c47e965f075c9a7f42e355c0feec27d4bb6c332 (diff)
I want to test the code that requires SetDoc more before commiting
Diffstat (limited to 'sw/source/core/inc/SwXMLTextBlocks.hxx')
-rw-r--r--sw/source/core/inc/SwXMLTextBlocks.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx
index b8d98b96ca42..b08401c81e88 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2001-03-19 11:07:07 $
+ * last change: $Author: mtg $ $Date: 2001-03-19 11:11:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,7 +160,7 @@ public:
public:
SwDoc* GetDoc() const { return pDoc; }
- void SetDoc( SwDoc * pNewDoc);
+ //void SetDoc( SwDoc * pNewDoc);
ULONG StartPutBlock( const String& rShort, const String& rPackageName );
ULONG PutBlock( SwPaM& rPaM, const String& rLong );
ULONG GetBlockText( const String& rShort, String& rText );