summaryrefslogtreecommitdiff
path: root/framework/inc/helper/persistentwindowstate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/persistentwindowstate.hxx')
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx
index 13dc1e1bc141..c3f77085db6e 100644
--- a/framework/inc/helper/persistentwindowstate.hxx
+++ b/framework/inc/helper/persistentwindowstate.hxx
@@ -32,7 +32,7 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <unotools/moduleoptions.hxx>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
namespace framework{
@@ -52,7 +52,7 @@ namespace framework{
@devstatus ready
@threadsafe yes
*//*-*************************************************************************************************************/
-class PersistentWindowState : public ::cppu::WeakImplHelper2<
+class PersistentWindowState : public ::cppu::WeakImplHelper<
css::lang::XInitialization,
css::frame::XFrameActionListener > // => XEventListener
{