summaryrefslogtreecommitdiff
path: root/sw/inc/SwRewriter.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-12-15 09:13:50 +0100
committerMichael Stahl <mst@openoffice.org>2010-12-15 09:13:50 +0100
commitaf1d03993616e4974388d760fc51ae54a8d2bd4a (patch)
tree61c8dedd26170419f74f18652ec3f08b661a8727 /sw/inc/SwRewriter.hxx
parent7301c7f8a153c21e479da54a6284926b5f6a9ac2 (diff)
undoapi: stuff in sw/source/ui should not include undobj.hxx
Diffstat (limited to 'sw/inc/SwRewriter.hxx')
-rw-r--r--sw/inc/SwRewriter.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/inc/SwRewriter.hxx b/sw/inc/SwRewriter.hxx
index 8d2b9bd04bbe..5c98db3807ab 100644
--- a/sw/inc/SwRewriter.hxx
+++ b/sw/inc/SwRewriter.hxx
@@ -31,6 +31,12 @@
#include <vector>
#include <tools/string.hxx>
+
+String const UNDO_ARG1("$1", RTL_TEXTENCODING_ASCII_US);
+String const UNDO_ARG2("$2", RTL_TEXTENCODING_ASCII_US);
+String const UNDO_ARG3("$3", RTL_TEXTENCODING_ASCII_US);
+
+
typedef std::pair<String, String> SwRewriteRule;
class SwRewriter