summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undodraw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/undo/undodraw.cxx')
-rw-r--r--sc/source/ui/undo/undodraw.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/undo/undodraw.cxx b/sc/source/ui/undo/undodraw.cxx
index c91f4f7dd000..fc047c117afe 100644
--- a/sc/source/ui/undo/undodraw.cxx
+++ b/sc/source/ui/undo/undodraw.cxx
@@ -41,11 +41,11 @@ void ScUndoDraw::ForgetDrawUndo()
pDrawUndo = NULL; // do not delete (DrawUndo has to be remembered from outside)
}
-rtl::OUString ScUndoDraw::GetComment() const
+OUString ScUndoDraw::GetComment() const
{
if (pDrawUndo)
return pDrawUndo->GetComment();
- return rtl::OUString();
+ return OUString();
}
OUString ScUndoDraw::GetRepeatComment(SfxRepeatTarget& rTarget) const