summaryrefslogtreecommitdiff
path: root/framework/inc
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
parent3e81096b1f652956bb2d23572094917dab87e163 (diff)
fix-includes.pl: framework
Change-Id: I405196a2df0be0eb77961540b457933777b90a50
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/acceleratorconst.h2
-rw-r--r--framework/inc/fwidllapi.h2
-rw-r--r--framework/inc/fwkdllapi.h4
-rw-r--r--framework/inc/pch/precompiled_fwk.hxx13
-rw-r--r--framework/inc/properties.h2
-rw-r--r--framework/inc/queries.h2
-rw-r--r--framework/inc/stdtypes.h2
7 files changed, 9 insertions, 18 deletions
diff --git a/framework/inc/acceleratorconst.h b/framework/inc/acceleratorconst.h
index c3ce35c34382..0888b2e4f8fb 100644
--- a/framework/inc/acceleratorconst.h
+++ b/framework/inc/acceleratorconst.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_FRAMEWORK_INC_ACCELERATORCONST_H
#define INCLUDED_FRAMEWORK_INC_ACCELERATORCONST_H
-#include <general.h>
+#include "general.h"
namespace framework{
diff --git a/framework/inc/fwidllapi.h b/framework/inc/fwidllapi.h
index ac8e0e719575..290f18721ec0 100644
--- a/framework/inc/fwidllapi.h
+++ b/framework/inc/fwidllapi.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_FRAMEWORK_INC_FWIDLLAPI_H
#define INCLUDED_FRAMEWORK_INC_FWIDLLAPI_H
-#include "sal/types.h"
+#include <sal/types.h>
#if defined(FWI_DLLIMPLEMENTATION)
#define FWI_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
diff --git a/framework/inc/fwkdllapi.h b/framework/inc/fwkdllapi.h
index 2a12d592ddea..e4d502708b1e 100644
--- a/framework/inc/fwkdllapi.h
+++ b/framework/inc/fwkdllapi.h
@@ -20,9 +20,9 @@
#ifndef INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H
#define INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H
-#include "sal/types.h"
+#include <sal/types.h>
-#include <fwidllapi.h>
+#include "fwidllapi.h"
#endif // INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H
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: */
diff --git a/framework/inc/properties.h b/framework/inc/properties.h
index b2651b1dbeb7..1b0972fb4b88 100644
--- a/framework/inc/properties.h
+++ b/framework/inc/properties.h
@@ -21,7 +21,7 @@
#define INCLUDED_FRAMEWORK_INC_PROPERTIES_H
#include <macros/generic.hxx>
-#include <general.h>
+#include "general.h"
namespace framework{
diff --git a/framework/inc/queries.h b/framework/inc/queries.h
index 52ffe1fe1e31..b43d65cc30b4 100644
--- a/framework/inc/queries.h
+++ b/framework/inc/queries.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_FRAMEWORK_INC_QUERIES_H
#define INCLUDED_FRAMEWORK_INC_QUERIES_H
-#include <general.h>
+#include "general.h"
#include <com/sun/star/uno/Sequence.hxx>
#include <rtl/ustring.hxx>
diff --git a/framework/inc/stdtypes.h b/framework/inc/stdtypes.h
index 3d23bdda4101..d814a57eb875 100644
--- a/framework/inc/stdtypes.h
+++ b/framework/inc/stdtypes.h
@@ -24,7 +24,7 @@
#include <queue>
#include <boost/unordered_map.hpp>
-#include <general.h>
+#include "general.h"
#include <com/sun/star/awt/KeyEvent.hpp>