summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoInsert.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoInsert.hxx')
-rw-r--r--sw/source/core/inc/UndoInsert.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/UndoInsert.hxx b/sw/source/core/inc/UndoInsert.hxx
index d24359bbdee5..e16644ce5811 100644
--- a/sw/source/core/inc/UndoInsert.hxx
+++ b/sw/source/core/inc/UndoInsert.hxx
@@ -81,14 +81,14 @@ public:
SwRewriter SW_DLLPRIVATE
MakeUndoReplaceRewriter(sal_uLong const ocurrences,
- ::rtl::OUString const& sOld, ::rtl::OUString const& sNew);
+ OUString const& sOld, OUString const& sNew);
class SwUndoReplace
: public SwUndo
{
public:
SwUndoReplace(SwPaM const& rPam,
- ::rtl::OUString const& rInsert, bool const bRegExp);
+ OUString const& rInsert, bool const bRegExp);
virtual ~SwUndoReplace();