diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-18 13:04:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-18 13:47:29 +0200 |
commit | b3c77e46e54872ed69e24a7f459b97f8334fcd9c (patch) | |
tree | f547d9989d174b76be3b3a317a0ac2a89f3e5b6d /include/editeng | |
parent | fe7032a3da3ec6e2bffd4fbab0810290ac0c8204 (diff) |
remove unused aLocale from SvxNumRule
and fix usage site, regression from
commit 41956321ceefb5836feb2c119b66de7bb557740f
Date: Sat Nov 24 18:54:09 2012 +0100
get rid of Svx...Locale...() double conversion nonsense
Change-Id: Ic70abf5f52dce1db9cffd9c819e57f1a6c2a3df3
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/numitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx index 522ebc01eb34..c898e3dc8045 100644 --- a/include/editeng/numitem.hxx +++ b/include/editeng/numitem.hxx @@ -248,7 +248,6 @@ class EDITENG_DLLPUBLIC SvxNumRule final bool aFmtsSet[SVX_MAX_NUM]; // Flags indicating valid levels static sal_Int32 nRefCount; - css::lang::Locale aLocale; public: SvxNumRule( SvxNumRuleFlags nFeatures, sal_uInt16 nLevels, |