summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/view0.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uiview/view0.cxx')
-rw-r--r--sw/source/ui/uiview/view0.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/view0.cxx b/sw/source/ui/uiview/view0.cxx
index d43bece4d415..6863ced87f3b 100644
--- a/sw/source/ui/uiview/view0.cxx
+++ b/sw/source/ui/uiview/view0.cxx
@@ -69,7 +69,6 @@
#include <PostItMgr.hxx>
using namespace ::com::sun::star;
-using ::rtl::OUString;
#include <unotools/moduleoptions.hxx>
@@ -498,7 +497,7 @@ void SwView::ExecViewOptions(SfxRequest &rReq)
pOpt->SetOnlineSpell(bSet);
{
uno::Any aVal( &bSet, ::getCppuBooleanType() );
- rtl::OUString aPropName(UPN_IS_SPELL_AUTO);
+ OUString aPropName(UPN_IS_SPELL_AUTO);
SvtLinguConfig aCfg;
aCfg.SetProperty( aPropName, aVal );