summaryrefslogtreecommitdiff
path: root/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx')
-rw-r--r--filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
index 0117668f4722..dfa2ca5dbd62 100644
--- a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
+++ b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
@@ -391,8 +391,7 @@ OUString XmlFilterAdaptor_getImplementationName ()
sal_Bool SAL_CALL XmlFilterAdaptor_supportsService( const OUString& ServiceName )
throw (RuntimeException)
{
- return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) ||
- ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME2 ) );
+ return ServiceName == SERVICE_NAME1 || ServiceName == SERVICE_NAME2;
}
Sequence< OUString > SAL_CALL XmlFilterAdaptor_getSupportedServiceNames( )
throw (RuntimeException)
king Reference constructor to reduce code noiseNoel Grandin 2013-05-08zlib: remove ExternalPackage_zlibMichael Stahl 2013-05-08fdo#46808, Convert ZipFileAccess service to new styleNoel Grandin 2013-05-06fix typos (wich instead of which)Philipp Riemer 2013-05-04install package DTD using filelistDavid Tardon 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov 2013-04-09Missing #includesStephan Bergmann 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-04Simplify a bitJulien Nabet 2013-03-27-Wunused-macrosStephan Bergmann 2013-03-23coverity#704243 Logically dead codeJulien Nabet 2013-03-15Improve debug messagesStephan Bergmann 2013-03-15compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareToAscii(s)Stephan Bergmann 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold 2013-03-03Related to fdo#60724: correct spellingThomas Arnhold 2013-02-28remove all d.lstMichael Stahl 2013-02-20typo: allways -> alwaysAndras Timar 2013-02-11fdo#46808, Convert package module to XComponentContextNoel Grandin 2013-02-11fdo#46808, use service constructor for document::DocumentIOLogRingNoel Grandin 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2012-12-03WaE: BaseReference::_pInterface may be used uninitialized in this functionTor Lillqvist 2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl