Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2593
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/93/2593/1
Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salplug.cxx
Change-Id: I119661f180a12f8cb43760082b37e1b6e891de3b
---
M vcl/unx/generic/plugadapt/salplug.cxx
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vcl/unx/generic/plugadapt/salplug.cxx b/vcl/unx/generic/plugadapt/salplug.cxx
index eb5f98a..3d87977 100644
--- a/vcl/unx/generic/plugadapt/salplug.cxx
+++ b/vcl/unx/generic/plugadapt/salplug.cxx
@@ -46,7 +46,7 @@
// SAL_USE_VCLPLUGIN=gtk3 (would ideally depend on experimental mode, but
// reading the experimental mode setting requires the UNO service manager
// which has not yet been instantiated):
- if (!bForce && rModuleBase.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("gtk3")))
+ if (!bForce && rModuleBase == "gtk3")
{
return NULL;
}
@@ -207,7 +207,7 @@
osl_getCommandArg( i, &aParam.pData );
if( aParam == "-headless" || aParam == "--headless" )
{
- return tryInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "svp" ) ) );
+ return tryInstance("svp");
}
}
return NULL;
--
To view, visit https://gerrit.libreoffice.org/2593
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I119661f180a12f8cb43760082b37e1b6e891de3b
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Chris Sherlock <chris.sherlock79@gmail.com>
Context
- [PATCH] Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salpl... · Chris Sherlock (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.