diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-01-20 19:53:34 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-01-20 19:53:34 +0100 |
commit | f979a12741d0e5f47b26aa407593ab7c21979f6d (patch) | |
tree | 9a3a7b8929e37c18c1f8de92c7c514340ad2659c | |
parent | 279859fdbc40f68d8f1649fa5b928d9de49e8d9e (diff) |
Forgotten git add, doh!
Change-Id: I6dccc887b400352cc47678d912b5e4d391c96a3b
-rw-r--r-- | framework/source/services/autorecovery.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 0c6282ede105..c0e0aeba462e 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -65,6 +65,7 @@ #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/awt/XWindow2.hpp> #include <com/sun/star/task/XStatusIndicatorFactory.hpp> +#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/frame/XDispatch.hpp> @@ -76,7 +77,7 @@ #include <comphelper/configurationhelper.hxx> #include <cppuhelper/exc_hlp.hxx> -#include <cppuhelper/implbase5.hxx> +#include <cppuhelper/implbase6.hxx> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/supportsservice.hxx> #include <unotools/mediadescriptor.hxx> @@ -188,8 +189,9 @@ public: of documents - including features of an EmergencySave in case a GPF occurs. */ -typedef ::cppu::WeakImplHelper5< +typedef ::cppu::WeakImplHelper6< css::lang::XServiceInfo, + css::lang::XInitialization, css::frame::XDispatch, css::document::XEventListener, // => css.lang.XEventListener css::util::XChangesListener, // => css.lang.XEventListener |