diff options
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/wrtww8.hxx | 5 |
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; } |