summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8scan.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2002-09-20 13:38:18 +0000
committerCaolán McNamara <cmc@openoffice.org>2002-09-20 13:38:18 +0000
commit8c652ef030a70f1b1b06f254ea8f6a098a9a0ad7 (patch)
tree57616ff8e7d4c3b5a66a7d29dfe5a453233219de /sw/source/filter/ww8/ww8scan.hxx
parent4d2617bd01a5c35f89f4d2747e14e552358d70c3 (diff)
#103339# close only unclosed attrs, don't go looking for new ones
Diffstat (limited to 'sw/source/filter/ww8/ww8scan.hxx')
-rw-r--r--sw/source/filter/ww8/ww8scan.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx
index 730734215a5a..2bab979aa1a4 100644
--- a/sw/source/filter/ww8/ww8scan.hxx
+++ b/sw/source/filter/ww8/ww8scan.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ww8scan.hxx,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: cmc $ $Date: 2002-08-20 14:18:49 $
+ * last change: $Author: cmc $ $Date: 2002-09-20 14:38:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -894,6 +894,7 @@ public:
WW8PLCFx_SEPX* GetSepPLCF() const
{ return (WW8PLCFx_SEPX*)pSep->pPLCFx; }
WW8PLCFxDesc* GetPap() const { return pPap; }
+ bool TransferOpenSprms(std::stack<USHORT> &rStack);
void SeekPos( long nNewCp );
void SaveAllPLCFx( WW8PLCFxSaveAll& rSave ) const;
void RestoreAllPLCFx( const WW8PLCFxSaveAll& rSave );