diff options
Diffstat (limited to 'vcl/inc/sallayout.hxx')
-rw-r--r-- | vcl/inc/sallayout.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index be66bafd87e3..e94b4c20531e 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -76,11 +76,11 @@ class VCL_DLLPUBLIC ImplLayoutArgs { public: // string related inputs - LanguageTag const maLanguageTag; + LanguageTag maLanguageTag; SalLayoutFlags mnFlags; const OUString& mrStr; - int const mnMinCharPos; - int const mnEndCharPos; + int mnMinCharPos; + int mnEndCharPos; // performance hack vcl::TextLayoutCache const* m_pTextLayoutCache; |