summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorArnaud VERSINI <arnaud.versini@libreoffice.org>2022-12-31 19:22:03 +0100
committerEike Rathke <erack@redhat.com>2023-01-05 22:13:35 +0000
commit3ab8349a37215d8e355e79b93d66f631144e7c57 (patch)
tree2b1689736f4ecf075527bbfb8de889ea232caac4 /sc/inc
parent9817a03e03988b86050c0fe0e4cd4cca476f172f (diff)
sc : use std::mutex for CharClass initialisation
Change-Id: I0427109da1bfed1d3d467455ab1ab3c68569f60b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144886 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/compiler.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 0097486c223c..fbf5073743e1 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -258,7 +258,6 @@ public:
private:
- static osl::Mutex maMutex;
static const CharClass *pCharClassEnglish; // character classification for en_US locale
static const CharClass *pCharClassLocalized; // character classification for UI locale
static const Convention *pConventions[ formula::FormulaGrammar::CONV_LAST ];