summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scmod2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/scmod2.cxx')
-rw-r--r--sc/source/ui/app/scmod2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/scmod2.cxx b/sc/source/ui/app/scmod2.cxx
index 417f3c28fa99..425a868b7e11 100644
--- a/sc/source/ui/app/scmod2.cxx
+++ b/sc/source/ui/app/scmod2.cxx
@@ -59,7 +59,7 @@ void ScModule::SetAutoSpellProperty( sal_Bool bSet )
uno::Any aAny;
aAny <<= bSet;
- aConfig.SetProperty( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( LINGUPROP_AUTOSPELL )), aAny );
+ aConfig.SetProperty( OUString(RTL_CONSTASCII_USTRINGPARAM( LINGUPROP_AUTOSPELL )), aAny );
}