summaryrefslogtreecommitdiff
path: root/framework/inc/uiconfiguration/graphicnameaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uiconfiguration/graphicnameaccess.hxx')
-rw-r--r--framework/inc/uiconfiguration/graphicnameaccess.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uiconfiguration/graphicnameaccess.hxx b/framework/inc/uiconfiguration/graphicnameaccess.hxx
index 305d977f5dce..1e200c66a859 100644
--- a/framework/inc/uiconfiguration/graphicnameaccess.hxx
+++ b/framework/inc/uiconfiguration/graphicnameaccess.hxx
@@ -24,11 +24,11 @@
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
namespace framework
{
- class GraphicNameAccess : public ::cppu::WeakImplHelper1< ::com::sun::star::container::XNameAccess >
+ class GraphicNameAccess : public ::cppu::WeakImplHelper< ::com::sun::star::container::XNameAccess >
{
public:
GraphicNameAccess();