summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh/wrtundo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/wrtsh/wrtundo.cxx')
-rw-r--r--sw/source/ui/wrtsh/wrtundo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/wrtsh/wrtundo.cxx b/sw/source/ui/wrtsh/wrtundo.cxx
index e01d7df01fa1..e117b03c3b8b 100644
--- a/sw/source/ui/wrtsh/wrtundo.cxx
+++ b/sw/source/ui/wrtsh/wrtundo.cxx
@@ -96,7 +96,7 @@ void SwWrtShell::Do( DoType eDoType, sal_uInt16 nCnt )
String SwWrtShell::GetDoString( DoType eDoType ) const
{
- ::rtl::OUString aUndoStr;
+ OUString aUndoStr;
sal_uInt16 nResStr = STR_UNDO;
switch( eDoType )
{
@@ -141,7 +141,7 @@ sal_uInt16 SwWrtShell::GetDoStrings( DoType eDoType, SfxStringListItem& rStrs )
String SwWrtShell::GetRepeatString() const
{
- ::rtl::OUString str;
+ OUString str;
GetRepeatInfo(& str);
if (str.isEmpty())