summaryrefslogtreecommitdiff
path: root/i18npool/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-04 14:22:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-04 14:22:59 +0100
commitd01888302b03a79bf7ccde6cbe8434b427164a75 (patch)
treea5a3f67409e242ca62ca704ae1e4857357692e66 /i18npool/inc
parente83f31724e0f2cd4242e0b398c48578da53cb5c1 (diff)
tdf#82775: Make NumberFormatCodeMapper MT safe
Change-Id: I77f49f09ce9fe5897f78044c0522210978c904d1
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/numberformatcode.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18npool/inc/numberformatcode.hxx b/i18npool/inc/numberformatcode.hxx
index 3b36cec9dcf0..9c7d78066d3e 100644
--- a/i18npool/inc/numberformatcode.hxx
+++ b/i18npool/inc/numberformatcode.hxx
@@ -54,6 +54,7 @@ public:
throw( css::uno::RuntimeException, std::exception ) override;
private:
+ osl::Mutex maMutex;
css::lang::Locale aLocale;
css::uno::Reference < css::uno::XComponentContext > mxContext;
css::uno::Sequence< css::i18n::FormatElement > aFormatSeq;