summaryrefslogtreecommitdiff
path: root/unoxml/source/rdf/librdf_repository.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/rdf/librdf_repository.cxx')
-rw-r--r--unoxml/source/rdf/librdf_repository.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index 1dc5eaf5904e..c2603f34efb4 100644
--- a/unoxml/source/rdf/librdf_repository.cxx
+++ b/unoxml/source/rdf/librdf_repository.cxx
@@ -54,8 +54,7 @@
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <osl/diagnose.h>
-#include <cppuhelper/implbase1.hxx>
-#include <cppuhelper/implbase3.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/supportsservice.hxx>
@@ -273,7 +272,7 @@ private:
class librdf_Repository:
private boost::noncopyable,
// private ::cppu::BaseMutex,
- public ::cppu::WeakImplHelper3<
+ public ::cppu::WeakImplHelper<
lang::XServiceInfo,
rdf::XDocumentRepository,
lang::XInitialization>
@@ -457,7 +456,7 @@ private:
*/
class librdf_GraphResult:
private boost::noncopyable,
- public ::cppu::WeakImplHelper1<
+ public ::cppu::WeakImplHelper<
container::XEnumeration>
{
public:
@@ -571,7 +570,7 @@ throw (uno::RuntimeException, container::NoSuchElementException,
*/
class librdf_QuerySelectResult:
private boost::noncopyable,
- public ::cppu::WeakImplHelper1<
+ public ::cppu::WeakImplHelper<
rdf::XQuerySelectResult>
{
public:
@@ -697,7 +696,7 @@ librdf_QuerySelectResult::getBindingNames() throw (uno::RuntimeException, std::e
*/
class librdf_NamedGraph:
private boost::noncopyable,
- public ::cppu::WeakImplHelper1<
+ public ::cppu::WeakImplHelper<
rdf::XNamedGraph>
{
public: