summaryrefslogtreecommitdiff
path: root/canvas/source/tools/cachedprimitivebase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/tools/cachedprimitivebase.cxx')
-rw-r--r--canvas/source/tools/cachedprimitivebase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/tools/cachedprimitivebase.cxx b/canvas/source/tools/cachedprimitivebase.cxx
index 998acc5cff3e..759b7037a21f 100644
--- a/canvas/source/tools/cachedprimitivebase.cxx
+++ b/canvas/source/tools/cachedprimitivebase.cxx
@@ -98,7 +98,7 @@ namespace canvas
sal_Bool SAL_CALL CachedPrimitiveBase::supportsService( const ::rtl::OUString& ServiceName ) throw (uno::RuntimeException)
{
- return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME ) );
+ return ServiceName == SERVICE_NAME;
}
uno::Sequence< ::rtl::OUString > SAL_CALL CachedPrimitiveBase::getSupportedServiceNames( ) throw (uno::RuntimeException)