diff options
author | Eike Rathke <erack@redhat.com> | 2016-09-11 18:06:43 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-09-13 12:54:40 +0200 |
commit | 1e0b7b7e4b95e896e32d49a2fed7a5760e509f36 (patch) | |
tree | f50d77bd772d5de1612e25b517fd966b3f68c501 /include/unotools | |
parent | 5f58670b43e5284d9460b561e774175c7a2dd7ab (diff) |
cosmetics
Change-Id: I32c1df5a8e7164c59ebfe0d1e1d11dd6f3b8edf8
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/localedatawrapper.hxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/include/unotools/localedatawrapper.hxx b/include/unotools/localedatawrapper.hxx index ac0352f0512d..642cd82c0a17 100644 --- a/include/unotools/localedatawrapper.hxx +++ b/include/unotools/localedatawrapper.hxx @@ -63,17 +63,17 @@ class UNOTOOLS_DLLPUBLIC LocaleDataWrapper css::uno::Sequence< OUString > aDateAcceptancePatterns; css::uno::Sequence< sal_Int32 > aGrouping; // cached items - OUString aLocaleItem[css::i18n::LocaleItem::COUNT]; - OUString aReservedWord[css::i18n::reservedWords::COUNT]; - OUString aCurrSymbol; - OUString aCurrBankSymbol; - int nDateFormat; - int nLongDateFormat; - sal_uInt16 nCurrPositiveFormat; - sal_uInt16 nCurrNegativeFormat; - sal_uInt16 nCurrDigits; - bool bLocaleDataItemValid; - bool bReservedWordValid; + OUString aLocaleItem[css::i18n::LocaleItem::COUNT]; + OUString aReservedWord[css::i18n::reservedWords::COUNT]; + OUString aCurrSymbol; + OUString aCurrBankSymbol; + int nDateFormat; + int nLongDateFormat; + sal_uInt16 nCurrPositiveFormat; + sal_uInt16 nCurrNegativeFormat; + sal_uInt16 nCurrDigits; + bool bLocaleDataItemValid; + bool bReservedWordValid; mutable ::utl::ReadWriteMutex aMutex; struct Locale_Compare { |