Kaydet (Commit) 5d54e993 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Use SolarMutexGuard directly

Change-Id: I6e558d312e1c0b4243d9ce7a44cc3be346863bab
üst 690b76aa
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
*/ */
#include <vector> #include <vector>
#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx> #include <macros/generic.hxx>
#include <macros/xinterface.hxx> #include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx> #include <macros/xtypeprovider.hxx>
...@@ -62,8 +61,7 @@ namespace framework ...@@ -62,8 +61,7 @@ namespace framework
class ToolbarLayoutManager : public ::cppu::WeakImplHelper3< ::com::sun::star::awt::XDockableWindowListener, class ToolbarLayoutManager : public ::cppu::WeakImplHelper3< ::com::sun::star::awt::XDockableWindowListener,
::com::sun::star::ui::XUIConfigurationListener, ::com::sun::star::ui::XUIConfigurationListener,
::com::sun::star::awt::XWindowListener >, ::com::sun::star::awt::XWindowListener >
private ThreadHelpBase // Struct for right initalization of mutex member! Must be first of baseclasses.
{ {
public: public:
enum { DOCKINGAREAS_COUNT = 4 }; enum { DOCKINGAREAS_COUNT = 4 };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment