diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:54:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:54:37 +0000 |
commit | 9a2db4b161dd650f9ecb16415ad36164aae7f8cc (patch) | |
tree | 6b36848f098d035cd28cc5b48bed577f882e18c6 | |
parent | 432b205a6c2356905851974308aaac6a3a574871 (diff) |
INTEGRATION: CWS tune05 (1.69.54); FILE MERGED
2004/07/23 16:18:14 mhu 1.69.54.2: RESYNC: (1.69-1.70); FILE MERGED
2004/06/25 13:32:03 cmc 1.69.54.1: #i30554# SwWW8Writer::empty_charpropstart unused
-rw-r--r-- | sw/source/filter/ww8/wrtw8nds.cxx | 9 |
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> { |