diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-11 09:07:21 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-13 10:10:33 +0200 |
commit | 7cc627ff79aeda1971ee0d8bfd7b0d5d773384f9 (patch) | |
tree | eb503ed8e5447cee0107b89e33b6dbdc450e2fa8 /desktop | |
parent | 46f52010e08ebc03c8a8efacd887b0ab526efaed (diff) |
update_pch
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/inc/pch/precompiled_sofficeapp.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/inc/pch/precompiled_sofficeapp.hxx b/desktop/inc/pch/precompiled_sofficeapp.hxx index 58f8c9ad05af..3062919e7548 100644 --- a/desktop/inc/pch/precompiled_sofficeapp.hxx +++ b/desktop/inc/pch/precompiled_sofficeapp.hxx @@ -23,6 +23,7 @@ #include <boost/scoped_array.hpp> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> +#include <boost/weak_ptr.hpp> #include <cassert> #include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/beans/NamedValue.hpp> @@ -139,6 +140,7 @@ #include <osl/file.h> #include <osl/file.hxx> #include <osl/module.h> +#include <osl/module.hxx> #include <osl/mutex.hxx> #include <osl/process.h> #include <osl/security.hxx> @@ -154,6 +156,7 @@ #include <sal/config.h> #include <sal/log.hxx> #include <sal/types.h> +#include <salinst.hxx> #include <set> #include <sfx2/app.hxx> #include <sfx2/docfile.hxx> @@ -198,7 +201,10 @@ #include <vcl/msgbox.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> +#include <vcl/svmain.hxx> +#include <vcl/sysdata.hxx> #include <vcl/timer.hxx> +#include <vcl/virdev.hxx> #include <vcl/wrkwin.hxx> #include <vector> |