diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 14:50:04 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 15:27:07 +0100 |
commit | 309eba8c5d1d1c86aeba1122d3ad62e68e3deee5 (patch) | |
tree | c6a8c1979df630a02175be1f01bab4806868df9f /framework/inc | |
parent | 90cee97bc98ea82cbbc3985b1ae68cb19088a734 (diff) |
Use SolarMutexGuard directly
Change-Id: I4b902ac0f23d1b7e697dfec0ba31e6f396059a49
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/helper/tagwindowasmodified.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/framework/inc/helper/tagwindowasmodified.hxx b/framework/inc/helper/tagwindowasmodified.hxx index 8966a89a88ad..62298b4a1818 100644 --- a/framework/inc/helper/tagwindowasmodified.hxx +++ b/framework/inc/helper/tagwindowasmodified.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_FRAMEWORK_INC_HELPER_TAGWINDOWASMODIFIED_HXX #define INCLUDED_FRAMEWORK_INC_HELPER_TAGWINDOWASMODIFIED_HXX -#include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <general.h> @@ -41,19 +40,13 @@ namespace framework{ @descr Used e.g. by our MAC port where such state is shown separately on some controls of the title bar. - @base ThreadHelpBase - guarantee right initialized lock member during startup of instances of this class. - @base OWeakObject implements ref counting for this class. @devstatus draft @threadsafe yes *//*-*************************************************************************************************************/ -class TagWindowAsModified : // baseclasses (order necessary for right initialization!) - private ThreadHelpBase, - // interfaces - public ::cppu::WeakImplHelper3< +class TagWindowAsModified : public ::cppu::WeakImplHelper3< css::lang::XInitialization, css::frame::XFrameActionListener, // => XEventListener css::util::XModifyListener > // => XEventListener |