summaryrefslogtreecommitdiff
path: root/framework/inc/pch
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-10 18:15:21 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-11 01:55:38 +0200
commit2ce779cd0cc750a0e2f6a10ae7f2cb0e6fbcdab5 (patch)
treec820bfad0e56a8a7eae82846e0545ae689cc3889 /framework/inc/pch
parent3e81096b1f652956bb2d23572094917dab87e163 (diff)
fix-includes.pl: framework
Change-Id: I405196a2df0be0eb77961540b457933777b90a50
Diffstat (limited to 'framework/inc/pch')
-rw-r--r--framework/inc/pch/precompiled_fwk.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx
index 8fcb909f5c01..18482f8be982 100644
--- a/framework/inc/pch/precompiled_fwk.hxx
+++ b/framework/inc/pch/precompiled_fwk.hxx
@@ -14,17 +14,7 @@
also fixes all possible problems, so it's usually better to use it).
*/
-#include "com/sun/star/beans/XFastPropertySet.hpp"
-#include "com/sun/star/beans/XPropertySet.hpp"
-#include "com/sun/star/frame/XModuleManager2.hpp"
-#include "com/sun/star/uno/XComponentContext.hpp"
-#include "com/sun/star/util/XMacroExpander.hpp"
-#include "com/sun/star/util/theMacroExpander.hpp"
#include "officecfg/Office/Common.hxx"
-#include "rtl/bootstrap.hxx"
-#include "sal/types.h"
-#include "svtools/miscopt.hxx"
-#include "vcl/syswin.hxx"
#include <algorithm>
#include <boost/bind.hpp>
#include <boost/noncopyable.hpp>
@@ -70,6 +60,7 @@
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/UnknownPropertyException.hpp>
+#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <com/sun/star/beans/XMaterialHolder.hpp>
#include <com/sun/star/beans/XMultiHierarchicalPropertySet.hpp>
#include <com/sun/star/beans/XProperty.hpp>
@@ -265,6 +256,7 @@
#include <com/sun/star/util/XStringSubstitution.hpp>
#include <com/sun/star/util/XStringWidth.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
+#include <com/sun/star/util/theMacroExpander.hpp>
#include <com/sun/star/util/thePathSettings.hpp>
#include <com/sun/star/xml/sax/InputSource.hpp>
#include <com/sun/star/xml/sax/Parser.hpp>
@@ -411,5 +403,4 @@
#include <vcl/wrkwin.hxx>
#include <vector>
#include <wchar.h>
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */