Adapt to no-longer explicit OUStringLiteral ctor
...from previous commit Change-Id: I062b7cd212c17e7eb5274476e6859228d0477c7f Reviewed-on: https://gerrit.libreoffice.org/32098 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -14,9 +14,7 @@
|
||||
|
||||
/** Look for static OUString and OUString[], they can be more effeciently declared as:
|
||||
|
||||
static const OUStringLiteral our_aLBEntryMap[] = {
|
||||
OUStringLiteral(" "),
|
||||
OUStringLiteral(", ")};
|
||||
static const OUStringLiteral our_aLBEntryMap[] = {" ", ", "};
|
||||
static const OUStringLiteral sName("name");
|
||||
|
||||
which is more efficient at startup time.
|
||||
|
Reference in New Issue
Block a user