diff options
author | Noel Grandin <noel@peralex.com> | 2013-07-08 15:19:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-07-23 10:05:43 +0200 |
commit | 4d5801a0c6770b2e1e4ecf289523396fbc090379 (patch) | |
tree | ce6355cfe3ecfdab7f5d21e144a9057a46bfd205 /framework/inc | |
parent | 18a5f8a2b1cd47deb7f8dbe4ae777955b16523e2 (diff) |
convert WindowStateConfiguration to WeakImplHelper
It was already half way there, just some leftover macro definitions.
Change-Id: I607eb22d08fd0e5d7d0be0b8bb217bcc7740d983
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/uiconfiguration/windowstateconfiguration.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/inc/uiconfiguration/windowstateconfiguration.hxx b/framework/inc/uiconfiguration/windowstateconfiguration.hxx index afb760ad3599..35e94a551fb5 100644 --- a/framework/inc/uiconfiguration/windowstateconfiguration.hxx +++ b/framework/inc/uiconfiguration/windowstateconfiguration.hxx @@ -63,15 +63,13 @@ namespace framework #define WINDOWSTATE_PROPERTY_CONTEXTACTIVE "ContextActive" class WindowStateConfiguration : private ThreadHelpBase , // Struct for right initalization of mutex member! Must be first of baseclasses. - public ::cppu::WeakImplHelper2< ::com::sun::star::container::XNameAccess, css::lang::XServiceInfo> + public ::cppu::WeakImplHelper2< css::container::XNameAccess, css::lang::XServiceInfo> { public: WindowStateConfiguration( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext ); virtual ~WindowStateConfiguration(); // XInterface, XTypeProvider, XServiceInfo - FWK_DECLARE_XINTERFACE - FWK_DECLARE_XTYPEPROVIDER DECLARE_XSERVICEINFO // XNameAccess |