summaryrefslogtreecommitdiff
path: root/sw/inc/SwRewriter.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 10:58:53 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 10:58:53 +0000
commit923aceb6f46678c697851ffbd0eb6fab7d3a2d6a (patch)
tree105f3da88ff76489fd890e438053ba68c1f57009 /sw/inc/SwRewriter.hxx
parentc139f506aa372da87153fcef545318c80f7ba299 (diff)
INTEGRATION: CWS tune05 (1.3.54); FILE MERGED
2004/07/22 10:46:22 cmc 1.3.54.1: #i30554# unused SwRewriter methods
Diffstat (limited to 'sw/inc/SwRewriter.hxx')
-rw-r--r--sw/inc/SwRewriter.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/SwRewriter.hxx b/sw/inc/SwRewriter.hxx
index acb804d8e984..bd2575d64743 100644
--- a/sw/inc/SwRewriter.hxx
+++ b/sw/inc/SwRewriter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SwRewriter.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-05-26 10:00:19 $
+ * last change: $Author: obo $ $Date: 2004-08-12 11:58:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,10 +78,8 @@ public:
~SwRewriter();
void AddRule(const String & rWhat, const String & rWith);
- void AddRewriter(const SwRewriter & rRewriter);
String Apply(const String & rStr) const;
- std::vector<String> Apply(const std::vector<String> & rStrs) const;
friend std::ostream & operator << (std::ostream & o,
const SwRewriter & rRewriter);