diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-28 21:55:51 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-28 22:08:41 +0200 |
commit | 365b075e8469f1897fc8a90ede1dfd205feca82b (patch) | |
tree | 1188ac8af3af61b8841408df5e1d620593fe59ba | |
parent | 125cbcbe6bbcf1cad7d885f0f6d3da5947d7fbbe (diff) |
sw: why is swdll.hxx included everywhere?
Change-Id: Ic401ca83666a887be9e5efe8369440e78fa4eeac
-rw-r--r-- | sw/inc/IMark.hxx | 2 | ||||
-rw-r--r-- | sw/inc/docsh.hxx | 1 | ||||
-rw-r--r-- | sw/inc/globdoc.hxx | 1 | ||||
-rw-r--r-- | sw/inc/wdocsh.hxx | 1 | ||||
-rw-r--r-- | sw/qa/core/uwriter.cxx | 1 | ||||
-rw-r--r-- | sw/qa/extras/htmlexport/htmlexport.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/basflt/fltini.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/uno/unoatxt.cxx | 1 |
8 files changed, 5 insertions, 4 deletions
diff --git a/sw/inc/IMark.hxx b/sw/inc/IMark.hxx index 47bab9c37442..255a5bd33597 100644 --- a/sw/inc/IMark.hxx +++ b/sw/inc/IMark.hxx @@ -25,7 +25,7 @@ #include <boost/operators.hpp> #include <boost/shared_ptr.hpp> #include <map> -#include "swdll.hxx" +#include <swdllapi.h> struct SwPosition; diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 4e03e15ad4ec..c2ac6bb30568 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -26,7 +26,6 @@ #include <sfx2/docfac.hxx> #include <sfx2/objsh.hxx> #include "swdllapi.h" -#include <swdll.hxx> #include <shellid.hxx> #include <svl/lstner.hxx> diff --git a/sw/inc/globdoc.hxx b/sw/inc/globdoc.hxx index 76174e362483..4aee52bb303f 100644 --- a/sw/inc/globdoc.hxx +++ b/sw/inc/globdoc.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_SW_INC_GLOBDOC_HXX #define INCLUDED_SW_INC_GLOBDOC_HXX -#include <swdll.hxx> #include "docsh.hxx" class SwGlobalDocShell : public SwDocShell diff --git a/sw/inc/wdocsh.hxx b/sw/inc/wdocsh.hxx index 015ec98eaed4..f142de2cb17b 100644 --- a/sw/inc/wdocsh.hxx +++ b/sw/inc/wdocsh.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SW_INC_WDOCSH_HXX #include "swdllapi.h" #include "docsh.hxx" -#include <swdll.hxx> class SW_DLLPUBLIC SwWebDocShell: public SwDocShell { diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx index 24bc114fcb8b..ec62c05366ee 100644 --- a/sw/qa/core/uwriter.cxx +++ b/sw/qa/core/uwriter.cxx @@ -46,6 +46,7 @@ #include "swcrsr.hxx" #include "swscanner.hxx" #include "swmodule.hxx" +#include <swdll.hxx> #include "swtypes.hxx" #include "fmtftn.hxx" #include "fmtrfmrk.hxx" diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx index bd0f15bfd18e..7690bb8aad79 100644 --- a/sw/qa/extras/htmlexport/htmlexport.cxx +++ b/sw/qa/extras/htmlexport/htmlexport.cxx @@ -16,6 +16,7 @@ #include <rtl/byteseq.hxx> #include <swmodule.hxx> +#include <swdll.hxx> #include <usrpref.hxx> #include <test/htmltesttools.hxx> diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx index 0d8634775444..a1be84f8ad46 100644 --- a/sw/source/filter/basflt/fltini.cxx +++ b/sw/source/filter/basflt/fltini.cxx @@ -51,6 +51,7 @@ #include <ndtxt.hxx> #include <swfltopt.hxx> #include <swerror.h> +#include <swdll.hxx> #include <osl/module.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/sw/source/uibase/uno/unoatxt.cxx b/sw/source/uibase/uno/unoatxt.cxx index 9d59a335ae63..3aa4ba1106fc 100644 --- a/sw/source/uibase/uno/unoatxt.cxx +++ b/sw/source/uibase/uno/unoatxt.cxx @@ -46,6 +46,7 @@ #include <unoprnms.hxx> #include <docsh.hxx> #include <swmodule.hxx> +#include <swdll.hxx> #include <svl/smplhint.hxx> #include <svl/macitem.hxx> #include <editeng/acorrcfg.hxx> |