summaryrefslogtreecommitdiff
path: root/framework/inc/uiconfiguration/moduleimagemanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uiconfiguration/moduleimagemanager.hxx')
-rw-r--r--framework/inc/uiconfiguration/moduleimagemanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uiconfiguration/moduleimagemanager.hxx b/framework/inc/uiconfiguration/moduleimagemanager.hxx
index ab6e9c2184d6..86e0671fa0ac 100644
--- a/framework/inc/uiconfiguration/moduleimagemanager.hxx
+++ b/framework/inc/uiconfiguration/moduleimagemanager.hxx
@@ -38,7 +38,7 @@
#include <com/sun/star/ui/ConfigurationEvent.hpp>
#include <com/sun/star/embed/XTransactedObject.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <rtl/ustring.hxx>
@@ -53,7 +53,7 @@ namespace framework
{
class ImageManagerImpl;
- class ModuleImageManager : public ::cppu::WeakImplHelper1< ::com::sun::star::ui::XImageManager>
+ class ModuleImageManager : public ::cppu::WeakImplHelper< ::com::sun::star::ui::XImageManager>
{
public:
ModuleImageManager( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& xContext );