summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/ui/shells/langhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/shells/langhelper.cxx b/sw/source/ui/shells/langhelper.cxx
index aa5e771ac19e..b11a08bacb83 100644
--- a/sw/source/ui/shells/langhelper.cxx
+++ b/sw/source/ui/shells/langhelper.cxx
@@ -607,7 +607,7 @@ namespace SwLangHelper
if (!rWrtSh.IsEndPara())
rWrtSh.MovePara( fnParaCurr, fnParaEnd );
#if OSL_DEBUG_LEVEL > 1
- String aSelTxt;
+ OUString aSelTxt;
rWrtSh.GetSelectedText( aSelTxt );
(void) aSelTxt;
#endif