summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/swruler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/misc/swruler.cxx')
-rw-r--r--sw/source/ui/misc/swruler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/misc/swruler.cxx b/sw/source/ui/misc/swruler.cxx
index f0838f37ac2e..7806bfebc0d2 100644
--- a/sw/source/ui/misc/swruler.cxx
+++ b/sw/source/ui/misc/swruler.cxx
@@ -85,7 +85,7 @@ void SwCommentRuler::DrawCommentControl()
maVirDev.DrawRect( Rectangle( Point(), aControlRect.GetSize() ) );
- String aLabel( SW_RESSTR ( STR_COMMENTS_LABEL ) );
+ OUString aLabel( SW_RESSTR ( STR_COMMENTS_LABEL ) );
// Get label and arrow coordinates
Point aLabelPos;
Point aArrowPos;
@@ -198,7 +198,7 @@ void SwCommentRuler::MouseMove(const MouseEvent& rMEvt)
{
// Mouse out of comment control
// FIXME Should remember previous tooltip text?
- SetQuickHelpText( String() );
+ SetQuickHelpText( OUString() );
}
}
}