summaryrefslogtreecommitdiff
path: root/sw/inc/SwRewriter.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-13 08:43:05 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-13 08:43:05 +0000
commit7f270a2abf907b63746e0aca7811957a6bceba86 (patch)
tree17aae815df0628ea277a0c84a4ce31b6eebb7c13 /sw/inc/SwRewriter.hxx
parent777ee1492a6eafbb944567f49396ea48696983a9 (diff)
#i10000# std::vector<String> Apply(const std::vector<String> & rStrs) const added
Diffstat (limited to 'sw/inc/SwRewriter.hxx')
-rw-r--r--sw/inc/SwRewriter.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/SwRewriter.hxx b/sw/inc/SwRewriter.hxx
index 2051b5bdc8ef..3ea843f8bdf7 100644
--- a/sw/inc/SwRewriter.hxx
+++ b/sw/inc/SwRewriter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SwRewriter.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 14:48:11 $
+ * last change: $Author: obo $ $Date: 2004-09-13 09:43:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,7 @@ public:
void AddRule(const String & rWhat, const String & rWith);
String Apply(const String & rStr) const;
+ std::vector<String> Apply(const std::vector<String> & rStrs) const;
String ToString() const;
};