summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/edtwin.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-20 21:15:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-22 12:48:27 +0100
commitae167f81e68fc05693f195fa9a680071b741dcbf (patch)
tree53f45162b52ce74e708b909a85d3616a9b6cf87a /sw/source/ui/docvw/edtwin.cxx
parenta22a7923c05df85a1f9c9435754c5feda66ce576 (diff)
convert GetSurroundingText family to OUString
Change-Id: Ifbb21fc26eedfde4afe2e3faf637346554f63d94
Diffstat (limited to 'sw/source/ui/docvw/edtwin.cxx')
-rw-r--r--sw/source/ui/docvw/edtwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index e6ae67870736..6d5cc4f0df21 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -5717,7 +5717,7 @@ void SwEditWin::SetUseInputLanguage( sal_Bool bNew )
bUseInputLanguage = bNew;
}
-XubString SwEditWin::GetSurroundingText() const
+rtl::OUString SwEditWin::GetSurroundingText() const
{
String sReturn;
SwWrtShell& rSh = rView.GetWrtShell();