diff options
Diffstat (limited to 'framework/inc/helper/uielementwrapperbase.hxx')
-rw-r--r-- | framework/inc/helper/uielementwrapperbase.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/helper/uielementwrapperbase.hxx b/framework/inc/helper/uielementwrapperbase.hxx index a672a9f6b07f..dca1cfb2b115 100644 --- a/framework/inc/helper/uielementwrapperbase.hxx +++ b/framework/inc/helper/uielementwrapperbase.hxx @@ -33,12 +33,12 @@ #include <rtl/ustring.hxx> #include <cppuhelper/basemutex.hxx> #include <cppuhelper/propshlp.hxx> -#include <cppuhelper/implbase4.hxx> +#include <cppuhelper/implbase.hxx> namespace framework { -typedef ::cppu::WeakImplHelper4< +typedef ::cppu::WeakImplHelper< ::com::sun::star::ui::XUIElement, ::com::sun::star::lang::XInitialization, ::com::sun::star::lang::XComponent, |