diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-06 20:28:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-12-06 20:28:57 +0100 |
commit | f141ea7d74eaef051a40ab366c2bd287d234539b (patch) | |
tree | b195de3f5c24c005d95ee6206a09286c4d1a42b4 /sc/source/ui/docshell/docsh2.cxx | |
parent | 2a9c1d1a75b7d4e79dfbc6be3dada1a1e959e58e (diff) |
Use configmgr directly in SvxAsianConfig.
Diffstat (limited to 'sc/source/ui/docshell/docsh2.cxx')
-rw-r--r-- | sc/source/ui/docshell/docsh2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx index 48f30963de73..c041b11ebd05 100644 --- a/sc/source/ui/docshell/docsh2.cxx +++ b/sc/source/ui/docshell/docsh2.cxx @@ -149,7 +149,7 @@ void ScDocShell::InitItems() !aDocument.IsValidAsianCompression() || !aDocument.IsValidAsianKerning() ) { // get settings from SvxAsianConfig - SvxAsianConfig aAsian( false ); + SvxAsianConfig aAsian; if ( !aDocument.GetForbiddenCharacters().is() ) { |