summaryrefslogtreecommitdiff
path: root/vcl/inc/sallayout.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-14 09:53:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-14 16:04:17 +0000
commit02d4f6a2494621a17bb59d743ed499cce555839a (patch)
treed9cd8e8c7931b7f8025881720d8417d9c0c9b1bd /vcl/inc/sallayout.hxx
parent1f2c079dd2bc9a2f5aa3597a8222bde3073a04da (diff)
split confused ImplInitDigitMode method into seperate functions
a) ImplCalcDigitLang that determines the digit language b) ImplInitDigitMode that just sets the outputdevice according to that lang c) and convertDigits that physically converts the digits in a string from one language to another then change the body of convertDigits to use GetLocalizedChar from vcl rather than its outdated copy of the method, which teachs editeng all the digit modes that were added since the method was originally copy and pasted. Change-Id: I2ef7d5d3396c106d4f8fd90142c9d9cf99064bee
Diffstat (limited to 'vcl/inc/sallayout.hxx')
-rw-r--r--vcl/inc/sallayout.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx
index bef64af0293a..c430097f2581 100644
--- a/vcl/inc/sallayout.hxx
+++ b/vcl/inc/sallayout.hxx
@@ -132,9 +132,6 @@ protected:
bool IsDiacritic( sal_UCS4 );
int GetVerticalFlags( sal_UCS4 );
sal_UCS4 GetVerticalChar( sal_UCS4 );
-// #i80090# GetMirroredChar also needed outside vcl, moved to svapp.hxx
-// VCL_DLLPUBLIC sal_UCS4 GetMirroredChar( sal_UCS4 );
-sal_UCS4 GetLocalizedChar( sal_UCS4, LanguageType );
// -------------
// - SalLayout -