From 897b9c3c2e6a59db176cf2b6ede56debbdabfe41 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 12 Aug 2004 11:54:51 +0000 Subject: INTEGRATION: CWS tune05 (1.59.88); FILE MERGED 2004/06/25 13:32:04 cmc 1.59.88.1: #i30554# SwWW8Writer::empty_charpropstart unused --- sw/source/filter/ww8/wrtww8.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sw/source') 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; } -- cgit