diff options
Diffstat (limited to 'sfx2/source/appl/app.cxx')
-rw-r--r-- | sfx2/source/appl/app.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 307e21873fd6..246d6854cea5 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -99,6 +99,9 @@ #include <rtl/instance.hxx> #include <rtl/strbuf.hxx> #include <memory> +#include <framework/sfxhelperfunctions.hxx> +#include <sfx2/imagemgr.hxx> +#include "fwkhelper.hxx" using namespace ::com::sun::star; @@ -118,10 +121,6 @@ namespace : public rtl::Static<osl::Mutex, theApplicationMutex> {}; } -#include <framework/sfxhelperfunctions.hxx> -#include <sfx2/imagemgr.hxx> -#include "fwkhelper.hxx" - SfxApplication* SfxApplication::Get() { return g_pSfxApplication; |