diff options
author | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-05-25 19:43:26 +0200 |
---|---|---|
committer | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-06-03 19:12:02 +0200 |
commit | 4161070eb28cabd5d441cdeca0ef8393ba23fe88 (patch) | |
tree | ef8d912ae52ccef6a53aeb74fdafa9cc31889728 | |
parent | 6f77ce5870101021d6e1056ccddb443f3825c41d (diff) |
Removed IDocumentSettingAccess.hxx include in SwDoc.hxx
Because it is not needed there anymore with IDocumentSettingManager.
Change-Id: Iad5e0a03f2628c9d26698d23e691b3e6228eee0b
27 files changed, 26 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 587767e119a4..5b46af63e112 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -21,7 +21,6 @@ // SwDoc interfaces #include <IInterface.hxx> -#include <IDocumentSettingAccess.hxx> #include <IDocumentMarkAccess.hxx> #include <IDocumentDeviceAccess.hxx> //from this class's persective this isnt even necessary anymore but I encountered at least //one different class that relies on this being included here. What to do? diff --git a/sw/source/core/doc/notxtfrm.cxx b/sw/source/core/doc/notxtfrm.cxx index af2200e416f9..4d5abf2c0c65 100644 --- a/sw/source/core/doc/notxtfrm.cxx +++ b/sw/source/core/doc/notxtfrm.cxx @@ -39,6 +39,7 @@ #include <swrect.hxx> #include <fesh.hxx> #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include <flyfrm.hxx> #include <flyfrms.hxx> #include <frmtool.hxx> diff --git a/sw/source/core/doc/tblrwcl.cxx b/sw/source/core/doc/tblrwcl.cxx index 7584054fb8ce..0e5d0e771b2d 100644 --- a/sw/source/core/doc/tblrwcl.cxx +++ b/sw/source/core/doc/tblrwcl.cxx @@ -29,6 +29,7 @@ #include <fmtfsize.hxx> #include <fmtornt.hxx> #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include <cntfrm.hxx> #include <tabfrm.hxx> #include <frmtool.hxx> diff --git a/sw/source/core/edit/edglbldc.cxx b/sw/source/core/edit/edglbldc.cxx index b0f259a1f5a9..a3eaeb20db28 100644 --- a/sw/source/core/edit/edglbldc.cxx +++ b/sw/source/core/edit/edglbldc.cxx @@ -19,6 +19,7 @@ #include <doc.hxx> #include <IDocumentUndoRedo.hxx> +#include <IDocumentSettingAccess.hxx> #include <editsh.hxx> #include <pam.hxx> #include <ndtxt.hxx> diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx index 53a086da73e2..c536aab51521 100644 --- a/sw/source/core/edit/editsh.cxx +++ b/sw/source/core/edit/editsh.cxx @@ -31,6 +31,7 @@ #include <charfmt.hxx> #include <doc.hxx> #include <IDocumentUndoRedo.hxx> +#include <IDocumentSettingAccess.hxx> #include <docary.hxx> #include <editsh.hxx> #include <frame.hxx> diff --git a/sw/source/core/fields/ddetbl.cxx b/sw/source/core/fields/ddetbl.cxx index 99a5d6d8a7e8..e52463e5d3b0 100644 --- a/sw/source/core/fields/ddetbl.cxx +++ b/sw/source/core/fields/ddetbl.cxx @@ -20,6 +20,7 @@ #include <comphelper/string.hxx> #include <frmfmt.hxx> #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include <index.hxx> #include <ndtxt.hxx> #include <swtable.hxx> diff --git a/sw/source/core/layout/anchoredobject.cxx b/sw/source/core/layout/anchoredobject.cxx index 7ab974c42721..cd45f5667b5b 100644 --- a/sw/source/core/layout/anchoredobject.cxx +++ b/sw/source/core/layout/anchoredobject.cxx @@ -20,6 +20,7 @@ #include <txtfrm.hxx> #include <fmtornt.hxx> #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include <fmtsrnd.hxx> #include <dcontact.hxx> #include <editeng/ulspitem.hxx> diff --git a/sw/source/core/layout/flowfrm.cxx b/sw/source/core/layout/flowfrm.cxx index b06a2b7f2824..28671eaf821a 100644 --- a/sw/source/core/layout/flowfrm.cxx +++ b/sw/source/core/layout/flowfrm.cxx @@ -49,6 +49,7 @@ #include <layouter.hxx> #include <fmtfollowtextflow.hxx> #include <switerator.hxx> +#include <IDocumentSettingAccess.hxx> bool SwFlowFrm::m_bMoveBwdJump = false; diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx index 6c541c747f7c..e5d128c78da0 100644 --- a/sw/source/core/layout/fly.cxx +++ b/sw/source/core/layout/fly.cxx @@ -57,6 +57,7 @@ #include "sectfrm.hxx" #include <vcl/svapp.hxx> #include "switerator.hxx" +#include <IDocumentSettingAccess.hxx> using namespace ::com::sun::star; diff --git a/sw/source/core/layout/flycnt.cxx b/sw/source/core/layout/flycnt.cxx index 2d526587daa3..f4082f1520ed 100644 --- a/sw/source/core/layout/flycnt.cxx +++ b/sw/source/core/layout/flycnt.cxx @@ -22,6 +22,7 @@ #include "txtfrm.hxx" #include <doc.hxx> #include <IDocumentUndoRedo.hxx> +#include <IDocumentSettingAccess.hxx> #include "frmtool.hxx" #include "dflyobj.hxx" #include "hints.hxx" diff --git a/sw/source/core/layout/flyincnt.cxx b/sw/source/core/layout/flyincnt.cxx index 0929a8fd4a76..422e7d72e497 100644 --- a/sw/source/core/layout/flyincnt.cxx +++ b/sw/source/core/layout/flyincnt.cxx @@ -24,6 +24,7 @@ #include "txtfrm.hxx" #include "flyfrms.hxx" #include <dflyobj.hxx> +#include <IDocumentSettingAccess.hxx> SwFlyInCntFrm::SwFlyInCntFrm( SwFlyFrmFmt *pFmt, SwFrm* pSib, SwFrm *pAnch ) : SwFlyFrm( pFmt, pSib, pAnch ) diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx index 3d0f269e4fdf..15a694ba44d6 100644 --- a/sw/source/core/layout/flylay.cxx +++ b/sw/source/core/layout/flylay.cxx @@ -38,6 +38,7 @@ #include <environmentofanchoredobject.hxx> #include <sortedobjs.hxx> #include <viewimp.hxx> +#include <IDocumentSettingAccess.hxx> using namespace ::com::sun::star; diff --git a/sw/source/core/layout/newfrm.cxx b/sw/source/core/layout/newfrm.cxx index 0d5bd8590921..ee10a0d1ed54 100644 --- a/sw/source/core/layout/newfrm.cxx +++ b/sw/source/core/layout/newfrm.cxx @@ -34,6 +34,7 @@ #include <hints.hxx> #include <viewopt.hxx> #include <set> +#include <IDocumentSettingAccess.hxx> SwLayVout *SwRootFrm::pVout = 0; bool SwRootFrm::bInPaint = false; diff --git a/sw/source/core/layout/objectformatter.cxx b/sw/source/core/layout/objectformatter.cxx index ea45b838ef49..c8af458817cd 100644 --- a/sw/source/core/layout/objectformatter.cxx +++ b/sw/source/core/layout/objectformatter.cxx @@ -27,6 +27,7 @@ #include <layact.hxx> #include <fmtanchr.hxx> #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include <vector> diff --git a/sw/source/core/layout/pagechg.cxx b/sw/source/core/layout/pagechg.cxx index 4808dd545e6e..663affda36e9 100644 --- a/sw/source/core/layout/pagechg.cxx +++ b/sw/source/core/layout/pagechg.cxx @@ -44,6 +44,7 @@ #include "cntfrm.hxx" #include "flyfrm.hxx" #include "doc.hxx" +#include <IDocumentSettingAccess.hxx> #include "fesh.hxx" #include "dview.hxx" #include "dflyobj.hxx" diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx index 8991fd405ecc..b09e7c0ae218 100644 --- a/sw/source/core/layout/sectfrm.cxx +++ b/sw/source/core/layout/sectfrm.cxx @@ -27,6 +27,7 @@ #include "section.hxx" #include "frmtool.hxx" #include "doc.hxx" +#include <IDocumentSettingAccess.hxx> #include "cntfrm.hxx" #include "rootfrm.hxx" #include "pagefrm.hxx" diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx index ef638a8d335a..73762f764825 100644 --- a/sw/source/core/layout/wsfrm.cxx +++ b/sw/source/core/layout/wsfrm.cxx @@ -36,6 +36,7 @@ #include <viewimp.hxx> #include "viewopt.hxx" #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include <fesh.hxx> #include <docsh.hxx> #include <flyfrm.hxx> diff --git a/sw/source/core/text/itratr.cxx b/sw/source/core/text/itratr.cxx index 9493250777be..9fe54f1a6c3b 100644 --- a/sw/source/core/text/itratr.cxx +++ b/sw/source/core/text/itratr.cxx @@ -34,6 +34,7 @@ #include <frmfmt.hxx> #include <fmtfld.hxx> #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include <viewsh.hxx> #include <rootfrm.hxx> #include <docary.hxx> diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx index 12e3e528d5d1..253f174be156 100644 --- a/sw/source/core/text/itrform2.cxx +++ b/sw/source/core/text/itrform2.cxx @@ -55,6 +55,7 @@ #include <pormulti.hxx> #include <unotools/charclass.hxx> #include <xmloff/odffields.hxx> +#include <IDocumentSettingAccess.hxx> #include <vector> diff --git a/sw/source/core/text/porfld.cxx b/sw/source/core/text/porfld.cxx index 0a068f6b69b5..9c1574c798db 100644 --- a/sw/source/core/text/porfld.cxx +++ b/sw/source/core/text/porfld.cxx @@ -34,6 +34,7 @@ #include <viewsh.hxx> #include <docsh.hxx> #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include "rootfrm.hxx" #include <breakit.hxx> #include <porrst.hxx> diff --git a/sw/source/core/text/txtfld.cxx b/sw/source/core/text/txtfld.cxx index 4f39e5269ae4..84cd6156c2f9 100644 --- a/sw/source/core/text/txtfld.cxx +++ b/sw/source/core/text/txtfld.cxx @@ -51,6 +51,7 @@ #include "reffld.hxx" #include "flddat.hxx" #include "fmtautofmt.hxx" +#include <IDocumentSettingAccess.hxx> static bool lcl_IsInBody( SwFrm *pFrm ) { diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx index d1b64864ba77..87ccd2cdf4ef 100644 --- a/sw/source/core/text/txtfrm.cxx +++ b/sw/source/core/text/txtfrm.cxx @@ -31,6 +31,7 @@ #include <swmodule.hxx> #include <SwSmartTagMgr.hxx> #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include "rootfrm.hxx" #include <pagefrm.hxx> #include <viewsh.hxx> diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx index 5840bd35519a..04099d94ac1d 100644 --- a/sw/source/core/txtnode/ndtxt.cxx +++ b/sw/source/core/txtnode/ndtxt.cxx @@ -51,6 +51,7 @@ #include <ndtxt.hxx> #include <doc.hxx> #include <IDocumentUndoRedo.hxx> +#include <IDocumentSettingAccess.hxx> #include <docary.hxx> #include <pam.hxx> #include <fldbas.hxx> diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx index 0471950a03e3..c0fe4b176190 100644 --- a/sw/source/filter/ww8/wrtw8esh.cxx +++ b/sw/source/filter/ww8/wrtw8esh.cxx @@ -62,6 +62,7 @@ #include <fmtcntnt.hxx> #include <ndindex.hxx> #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include <docary.hxx> #include <pam.hxx> #include <swrect.hxx> diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx index 638e2dade2cf..a95dc0ef970b 100644 --- a/sw/source/uibase/dbui/dbmgr.cxx +++ b/sw/source/uibase/dbui/dbmgr.cxx @@ -77,6 +77,7 @@ #include <dbui.hxx> #include <dbmgr.hxx> #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include <swwait.hxx> #include <swunohelper.hxx> #include <dbui.hrc> diff --git a/sw/source/uibase/docvw/PostItMgr.cxx b/sw/source/uibase/docvw/PostItMgr.cxx index d51ebff2b082..e370f79e216f 100644 --- a/sw/source/uibase/docvw/PostItMgr.cxx +++ b/sw/source/uibase/docvw/PostItMgr.cxx @@ -40,6 +40,7 @@ #include <docsh.hxx> #include <wrtsh.hxx> #include <doc.hxx> +#include <IDocumentSettingAccess.hxx> #include <fldbas.hxx> #include <fmtfld.hxx> #include <docufld.hxx> diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx index eac7a19d73e1..2976b7db8d38 100644 --- a/sw/source/uibase/uiview/view2.cxx +++ b/sw/source/uibase/uiview/view2.cxx @@ -79,6 +79,7 @@ #include <docsh.hxx> #include <doc.hxx> #include <IDocumentUndoRedo.hxx> +#include <IDocumentSettingAccess.hxx> #include <wrtsh.hxx> #include <viewopt.hxx> #include <basesh.hxx> |