summaryrefslogtreecommitdiff
path: root/oox/source/ppt/pptshape.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-15 10:13:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-15 10:13:24 +0100
commit691824acefacddca266ffb8deaa5790520de62e8 (patch)
treebbff67a8561c82f6c234f6fb5d19551423927826 /oox/source/ppt/pptshape.cxx
parent73441b0b650df4f9f7f6799f96150630426b79da (diff)
oox: Use appropriate OUString functions on string constants
Change-Id: I55ee581c9d3fc0a17639833a6a034e2addf768d1
Diffstat (limited to 'oox/source/ppt/pptshape.cxx')
-rw-r--r--oox/source/ppt/pptshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx
index cc94f60ba4bc..cf61562ae6ad 100644
--- a/oox/source/ppt/pptshape.cxx
+++ b/oox/source/ppt/pptshape.cxx
@@ -296,7 +296,7 @@ void PPTShape::addShape(
{
if ( !aMasterTextListStyle.get() )
{
- bool isOther = !getTextBody().get() && !sServiceName.equalsAscii("com.sun.star.drawing.GroupShape");
+ bool isOther = !getTextBody().get() && sServiceName != "com.sun.star.drawing.GroupShape";
TextListStylePtr aSlideStyle = isOther ? rSlidePersist.getOtherTextStyle() : rSlidePersist.getDefaultTextStyle();
// Combine from MasterSlide details as well.
if( rSlidePersist.getMasterPersist().get() )