diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 15:07:28 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 15:27:08 +0100 |
commit | f7d4bcfd4532a9b86d535f7b2a63532a240e758d (patch) | |
tree | 5c2ebc1c64cf4d8066d770de6e767d8edbf279c9 /framework/source/uifactory | |
parent | e6e3403f1fce1ad9285a4b41fea8b46cad6cf191 (diff) |
Use SolarMutexGuard directly
Change-Id: Iffc5e75c45502c770e9a3eee2a327df1e6843c9f
Diffstat (limited to 'framework/source/uifactory')
-rw-r--r-- | framework/source/uifactory/addonstoolbarfactory.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/source/uifactory/addonstoolbarfactory.cxx b/framework/source/uifactory/addonstoolbarfactory.cxx index a5079773b804..6a2668e8ad73 100644 --- a/framework/source/uifactory/addonstoolbarfactory.cxx +++ b/framework/source/uifactory/addonstoolbarfactory.cxx @@ -19,6 +19,7 @@ #include <uielement/addonstoolbarwrapper.hxx> #include <threadhelp/guard.hxx> +#include <threadhelp/threadhelpbase.hxx> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/ModuleManager.hpp> |