summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/SidebarTxtControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/docvw/SidebarTxtControl.cxx')
-rw-r--r--sw/source/ui/docvw/SidebarTxtControl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/docvw/SidebarTxtControl.cxx b/sw/source/ui/docvw/SidebarTxtControl.cxx
index 36effb9dcd9b..efa8fb886a67 100644
--- a/sw/source/ui/docvw/SidebarTxtControl.cxx
+++ b/sw/source/ui/docvw/SidebarTxtControl.cxx
@@ -378,11 +378,11 @@ void SidebarTxtControl::Command( const CommandEvent& rCEvt )
}
}
-rtl::OUString SidebarTxtControl::GetSurroundingText() const
+OUString SidebarTxtControl::GetSurroundingText() const
{
if (GetTextView())
return GetTextView()->GetSurroundingText();
- return rtl::OUString();
+ return OUString();
}
Selection SidebarTxtControl::GetSurroundingTextSelection() const