summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2019-11-28 08:41:09 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2019-11-28 16:24:05 +0100
commit589be39ac70db855ba487928f5830942707a515e (patch)
treed3545743f4823f40f8c798c8abf8a37cf6775a69
parente7c0f65753e04d2de3dbac56fbe86ce0b6aed9b2 (diff)
ModuleToGroupNameMap_Impl: Use OUStringLiteral instead of OUString
This reduces load-time initialization. Thanks to Mike Kaganski and Stephan Bergmann for pointing this out in https://gerrit.libreoffice.org/#/c/83488/ . Change-Id: I1e2001a324d96fb96f7d4db52f61dcdb20100cc4 Reviewed-on: https://gerrit.libreoffice.org/83960 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
-rw-r--r--cui/source/options/treeopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 69f59f745421..9554159bc54a 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -134,7 +134,7 @@ namespace {
struct ModuleToGroupNameMap_Impl
{
- OUString m_pModule;
+ OUStringLiteral m_pModule;
OUString m_sGroupName;
sal_uInt16 m_nNodeId;
};