summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unovwr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/undo/unovwr.cxx')
-rw-r--r--sw/source/core/undo/unovwr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/undo/unovwr.cxx b/sw/source/core/undo/unovwr.cxx
index b73bc2a150f1..fe420faec1f6 100644
--- a/sw/source/core/undo/unovwr.cxx
+++ b/sw/source/core/undo/unovwr.cxx
@@ -311,10 +311,10 @@ SwRewriter SwUndoOverwrite::GetRewriter() const
OUString aString;
- aString += SW_RES(STR_START_QUOTE);
+ aString += SwResId(STR_START_QUOTE);
aString += ShortenString(aInsStr, nUndoStringLength,
- OUString(SW_RES(STR_LDOTS)));
- aString += SW_RES(STR_END_QUOTE);
+ SwResId(STR_LDOTS));
+ aString += SwResId(STR_END_QUOTE);
aResult.AddRule(UndoArg1, aString);