summaryrefslogtreecommitdiff
path: root/svx/source/unogallery/unogaltheme.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unogallery/unogaltheme.hxx')
-rw-r--r--svx/source/unogallery/unogaltheme.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/unogallery/unogaltheme.hxx b/svx/source/unogallery/unogaltheme.hxx
index c2d06898528b..5359d14c0b75 100644
--- a/svx/source/unogallery/unogaltheme.hxx
+++ b/svx/source/unogallery/unogaltheme.hxx
@@ -22,7 +22,7 @@
#include <list>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase2.hxx>
#include <svl/lstner.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/gallery/XGalleryTheme.hpp>
@@ -38,7 +38,9 @@ namespace unogallery {
// - GalleryTheme -
// ----------------
-class GalleryTheme : public ::cppu::WeakImplHelper1< ::com::sun::star::gallery::XGalleryTheme >,
+class GalleryTheme : public ::cppu::WeakImplHelper2<
+ ::com::sun::star::gallery::XGalleryTheme,
+ ::com::sun::star::lang::XServiceInfo >,
public SfxListener
{
friend class ::unogallery::GalleryItem;