summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoport.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-01-05 16:37:49 +0100
committerMichael Stahl <mst@openoffice.org>2010-01-05 16:37:49 +0100
commit7e156d00e9e09e3329856c685a9c6c0138db1253 (patch)
tree24f61dd99d8d4c93770388f7afcf7ad42da8aa88 /sw/source/core/unocore/unoport.cxx
parent80c54710e69437a743c9a0213c4e76eed6286945 (diff)
swunolocking1: #i105557#: unoobj.hxx: move misc stuff:
move GetPageDescByName_Impl from unoobj.hxx to pagedesc.hxx. move UnoActionContext, UnoActionRemoveContext, ClientModify, CreateUnoTunnelId from unoobj.hxx to unobaseclass.hxx. move UnoActionContext, UnoActionRemoveContext from unoobj.cxx to unoobj2.cxx.
Diffstat (limited to 'sw/source/core/unocore/unoport.cxx')
-rw-r--r--sw/source/core/unocore/unoport.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoport.cxx b/sw/source/core/unocore/unoport.cxx
index eba2f9e923d3..909c7bc7a450 100644
--- a/sw/source/core/unocore/unoport.cxx
+++ b/sw/source/core/unocore/unoport.cxx
@@ -36,9 +36,9 @@
#include <vos/mutex.hxx>
#include <vcl/svapp.hxx>
#include <svtools/itemprop.hxx>
+
#include <unocrsrhelper.hxx>
#include <unoport.hxx>
-#include <unoobj.hxx>
#include <unoparaframeenum.hxx>
#include <unotextrange.hxx>
#include <unotextcursor.hxx>
@@ -51,6 +51,7 @@
#include <doc.hxx>
#include <fmtflcnt.hxx>
#include <fmtfld.hxx>
+#include <frmfmt.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/SetPropertyTolerantFailed.hpp>