summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/dbloader2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/dbloader2.cxx')
-rw-r--r--reportdesign/source/filter/xml/dbloader2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/filter/xml/dbloader2.cxx b/reportdesign/source/filter/xml/dbloader2.cxx
index 477fa617daeb..c6503093cbeb 100644
--- a/reportdesign/source/filter/xml/dbloader2.cxx
+++ b/reportdesign/source/filter/xml/dbloader2.cxx
@@ -18,8 +18,8 @@
*/
#include "dbloader2.hxx"
#include <tools/urlobj.hxx>
-#include <comphelper/sequence.hxx>
-// -------------------------------------------------------------------------
+#include <cppuhelper/supportsservice.hxx>
+
namespace rptxml
{
@@ -94,7 +94,7 @@ OUString SAL_CALL ORptTypeDetection::getImplementationName() throw( )
// XServiceInfo
sal_Bool SAL_CALL ORptTypeDetection::supportsService(const OUString& ServiceName) throw( )
{
- return ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static());
+ return cppu::supportsService(this, ServiceName);
}
// -------------------------------------------------------------------------
// XServiceInfo