diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2019-11-28 08:41:09 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2019-11-28 16:24:05 +0100 |
commit | 589be39ac70db855ba487928f5830942707a515e (patch) | |
tree | d3545743f4823f40f8c798c8abf8a37cf6775a69 /cui | |
parent | e7c0f65753e04d2de3dbac56fbe86ce0b6aed9b2 (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>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/treeopt.cxx | 2 |
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; }; |