summaryrefslogtreecommitdiff
path: root/sw/inc/SwRewriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/SwRewriter.hxx')
-rw-r--r--sw/inc/SwRewriter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/SwRewriter.hxx b/sw/inc/SwRewriter.hxx
index 0adc40e87780..a0ab5e371342 100644
--- a/sw/inc/SwRewriter.hxx
+++ b/sw/inc/SwRewriter.hxx
@@ -40,9 +40,9 @@ class SW_DLLPUBLIC SwRewriter
public:
SwRewriter();
- void AddRule(SwUndoArg eWhat, const OUString & rWith);
+ void AddRule(SwUndoArg eWhat, const OUString& rWith);
- OUString Apply(const OUString & rStr) const;
+ OUString Apply(const OUString& rStr) const;
static OUString GetPlaceHolder(SwUndoArg eId);
};