summaryrefslogtreecommitdiff
path: root/embedserv/source/embed/guid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv/source/embed/guid.cxx')
-rw-r--r--embedserv/source/embed/guid.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/embedserv/source/embed/guid.cxx b/embedserv/source/embed/guid.cxx
index 52d39f72122c..ec64c39245b9 100644
--- a/embedserv/source/embed/guid.cxx
+++ b/embedserv/source/embed/guid.cxx
@@ -193,7 +193,7 @@
if ( aAnyProp >>= aProperties ) )
{
for ( sal_Int32 nInd = 0; nInd < aProperties.getLength; nInd++ )
- if ( aProperties[nInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "UIName" ) )
+ if ( aProperties[nInd].Name == "UIName" )
{
aProperties[nInd].Value >>= aResult;
break;
98dfe000a'>clean up SdrDragStatNoel Grandin 2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin 2017-07-27loplugin:constparams in svxNoel Grandin 2017-07-21migrate to boost::gettextCaolán McNamara 2017-06-21loplugin:unusedfields in svx part1Noel Grandin 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2017-01-16new loplugin: useuniqueptr: svxNoel Grandin 2016-10-07loplugin:staticmethods: svxStephan Bergmann 2016-08-23convert SdrHdlKind to scoped enumNoel Grandin 2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-11svx: SdrDragStat::GetPointAnz() -> GetPointCount()Miklos Vajna 2015-11-26loplugin:unusedfields variousNoel Grandin 2015-11-23loplugin:unusedfields in svx/Noel Grandin 2015-11-12Namespace cleanup and disambiguationAshod Nakashian 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann