summaryrefslogtreecommitdiffstats
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-03-11 20:18:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-03-11 21:45:38 +0000
commit9d3df36463353bb8ec71cf35bd0bf5d79b5d3d66 (patch)
treec4dbd5121ddb71e425536da3b70a7750f9bf46c7 /vcl/inc
parentxmloff: more README (diff)
downloadcore-9d3df36463353bb8ec71cf35bd0bf5d79b5d3d66.tar.gz
core-9d3df36463353bb8ec71cf35bd0bf5d79b5d3d66.zip
Resolves: fdo#62154 propogate text language down to icu for locl
Change-Id: I92f40d0a1e88b5cb0e6f07a1e6e4a8bd41cb8102
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/sallayout.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx
index e86ecdbe1ca4..e0c13d65a165 100644
--- a/vcl/inc/sallayout.hxx
+++ b/vcl/inc/sallayout.hxx
@@ -87,6 +87,7 @@ class ImplLayoutArgs
{
public:
// string related inputs
+ LanguageType meLanguage;
int mnFlags;
int mnLength;
int mnMinCharPos;
@@ -104,7 +105,7 @@ public:
public:
ImplLayoutArgs( const sal_Unicode* pStr, int nLength,
- int nMinCharPos, int nEndCharPos, int nFlags );
+ int nMinCharPos, int nEndCharPos, int nFlags, LanguageType eLanguage );
void SetLayoutWidth( long nWidth ) { mnLayoutWidth = nWidth; }
void SetDXArray( const sal_Int32* pDXArray ) { mpDXArray = pDXArray; }