summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 11:54:51 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 11:54:51 +0000
commit897b9c3c2e6a59db176cf2b6ede56debbdabfe41 (patch)
treeff42cfe6621d6de57bc87b20077279f055ae8b8e
parent9a2db4b161dd650f9ecb16415ad36164aae7f8cc (diff)
INTEGRATION: CWS tune05 (1.59.88); FILE MERGED
2004/06/25 13:32:04 cmc 1.59.88.1: #i30554# SwWW8Writer::empty_charpropstart unused
-rw-r--r--sw/source/filter/ww8/wrtww8.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index 04132a3a59f2..18edef71adf0 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtww8.hxx,v $
*
- * $Revision: 1.60 $
+ * $Revision: 1.61 $
*
- * last change: $Author: kz $ $Date: 2004-07-30 14:56:37 $
+ * last change: $Author: obo $ $Date: 2004-08-12 12:54:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -730,7 +730,6 @@ public:
void push_charpropstart(xub_StrLen nPos);
void pop_charpropstart();
xub_StrLen top_charpropstart() const;
- bool empty_charpropstart() const;
void GetCurrentItems(WW8Bytes &rItems) const;
void SetHdFtPageRoot(const SwTxtNode *pNd) { mpTopNodeOfHdFtPage = pNd; }
const SwTxtNode *GetHdFtPageRoot() const { return mpTopNodeOfHdFtPage; }