diff options
Diffstat (limited to 'svtools/source/svhtml/htmlout.cxx')
-rw-r--r-- | svtools/source/svhtml/htmlout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx index 6f3b57395a12..14d62066d3f1 100644 --- a/svtools/source/svhtml/htmlout.cxx +++ b/svtools/source/svhtml/htmlout.cxx @@ -954,7 +954,7 @@ rtl::OString HTMLOutFuncs::CreateTableDataOptionsValNum( append(OOO_STRING_SVTOOLS_HTML_O_SDnum). append(RTL_CONSTASCII_STRINGPARAM("=\"")). append(static_cast<sal_Int32>( - Application::GetSettings().GetLanguage())). + Application::GetSettings().GetLanguageTag().getLanguageType())). append(';'); // Language fuer Format 0 if ( nFormat ) { |