summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 850264111d68..d51a1d49df05 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtw8nds.cxx,v $
*
- * $Revision: 1.70 $
+ * $Revision: 1.71 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 13:48:04 $
+ * last change: $Author: obo $ $Date: 2004-08-12 12:54:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -347,11 +347,6 @@ xub_StrLen SwWW8Writer::top_charpropstart() const
return maCurrentCharPropStarts.empty() ? 0 : maCurrentCharPropStarts.top();
}
-bool SwWW8Writer::empty_charpropstart() const
-{
- return maCurrentCharPropStarts.empty();
-}
-
class sortswflys :
public std::binary_function<const sw::Frame&, const sw::Frame&, bool>
{