Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3389
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/89/3389/1
use ImpEditEngine::ImplInitDigitModel() to set digit language.
Change-Id: I38047da8cb73493916803d73e1036dec68ee2d97
---
M editeng/source/editeng/impedit3.cxx
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx
index 1299920e8..92bb45a 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -4320,19 +4320,8 @@
// #114278# Also setting up digit language from Svt options
// (cannot reliably inherit the outdev's setting)
- LanguageType eLang;
-
- if( !pCTLOptions )
- pCTLOptions = new SvtCTLOptions;
-
- if ( SvtCTLOptions::NUMERALS_HINDI == pCTLOptions->GetCTLTextNumerals() )
- eLang = LANGUAGE_ARABIC_SAUDI_ARABIA;
- else if ( SvtCTLOptions::NUMERALS_ARABIC == pCTLOptions->GetCTLTextNumerals() )
- eLang = LANGUAGE_ENGLISH;
- else
- eLang = (LanguageType) Application::GetSettings().GetLanguageTag().getLanguageType();
-
- pOutDev->SetDigitLanguage( eLang );
+ LanguageType eLang = (LanguageType)
Application::GetSettings().GetLanguageTag().getLanguageType();
+ ImplInitDigitMode( pOutDev, eLang );
}
Reference < i18n::XBreakIterator > ImpEditEngine::ImplGetBreakIterator() const
--
To view, visit https://gerrit.libreoffice.org/3389
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I38047da8cb73493916803d73e1036dec68ee2d97
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: navin patidar <patidar@kacst.edu.sa>
Context
- [PATCH] use ImpEditEngine::ImplInitDigitModel() to set digit languag... · navin patidar (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.