diff options
Diffstat (limited to 'svx/source/unogallery/unogaltheme.hxx')
-rw-r--r-- | svx/source/unogallery/unogaltheme.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unogallery/unogaltheme.hxx b/svx/source/unogallery/unogaltheme.hxx index f09222c564d3..de6bb825ad06 100644 --- a/svx/source/unogallery/unogaltheme.hxx +++ b/svx/source/unogallery/unogaltheme.hxx @@ -22,7 +22,7 @@ #include <list> -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include <svl/lstner.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/gallery/XGalleryTheme.hpp> @@ -38,7 +38,7 @@ namespace unogallery { // - GalleryTheme - -class GalleryTheme : public ::cppu::WeakImplHelper2< +class GalleryTheme : public ::cppu::WeakImplHelper< ::com::sun::star::gallery::XGalleryTheme, ::com::sun::star::lang::XServiceInfo >, public SfxListener |