diff options
author | Release Engineers <releng@openoffice.org> | 2009-01-09 07:57:52 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-01-09 07:57:52 +0000 |
commit | d9f13858bdecf19bdd80be92abf303dfd2d90d50 (patch) | |
tree | 78e7a885420dca7693b104181a296d276de9fe0b /sfx2 | |
parent | d4cf1cc34abad49c57a43ed31e9a0bb3b158a8ea (diff) |
#i10000# Replace LANGUAGE_ARABIC by LANGUAGE_ARABIC_SAUDI_ARABIA (see CWS locales31).
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index b7c2791cde32..3697a5721799 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -177,7 +177,7 @@ SfxObjectShell::CreatePreviewMetaFile_Impl( sal_Bool bFullContent, sal_Bool bHig LanguageType eLang; SvtCTLOptions* pCTLOptions = new SvtCTLOptions; if ( SvtCTLOptions::NUMERALS_HINDI == pCTLOptions->GetCTLTextNumerals() ) - eLang = LANGUAGE_ARABIC; + eLang = LANGUAGE_ARABIC_SAUDI_ARABIA; else if ( SvtCTLOptions::NUMERALS_ARABIC == pCTLOptions->GetCTLTextNumerals() ) eLang = LANGUAGE_ENGLISH; else |