summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-01-09 07:57:52 +0000
committerRelease Engineers <releng@openoffice.org>2009-01-09 07:57:52 +0000
commiteab6f7e74adc45064fec46f7781f3701693f6798 (patch)
tree85c315dfe15ecf3c31d696c5368dbb709b516e84 /sfx2/source
parent599575a0ef9e90d5e02352af6dc9ba4845e347d9 (diff)
#i10000# Replace LANGUAGE_ARABIC by LANGUAGE_ARABIC_SAUDI_ARABIA (see CWS locales31).
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/doc/objcont.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx
index 044eb07679..06aa2190ce 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