summaryrefslogtreecommitdiff
path: root/sw/inc/unoframe.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-01-05 16:37:46 +0100
committerMichael Stahl <mst@openoffice.org>2010-01-05 16:37:46 +0100
commite23c9ccd3e9e8d415d0bbab189e2de5ba48b42e9 (patch)
tree9991ab227ef357c5fb2be9561872ae4d28ba4c7d /sw/inc/unoframe.hxx
parent3d404991d52a130cf2144bcf3aec2ea52859d31f (diff)
swunolocking1: #i105557#: unoobj.hxx: split out unotextrange.hxx:
move SwXTextRange, SwXTextRanges from unoobj.hxx to new unotextrange.hxx. move SwUnoInternalPaM to unotextrange.hxx.
Diffstat (limited to 'sw/inc/unoframe.hxx')
-rw-r--r--sw/inc/unoframe.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx
index 4f62430f1cc2..470303ab92ed 100644
--- a/sw/inc/unoframe.hxx
+++ b/sw/inc/unoframe.hxx
@@ -31,7 +31,7 @@
#define _UNOFRAME_HXX
#include <unoobj.hxx>
-#include <sfx2/objsh.hxx>
+#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/document/XEmbeddedObjectSupplier2.hpp>
#include <com/sun/star/text/XTextFrame.hpp>
@@ -43,8 +43,14 @@
#include <com/sun/star/container/XNameAccess.hpp>
*/
+#include <cppuhelper/implbase3.hxx>
+
+#include <sfx2/objsh.hxx>
+
+
class SwDoc;
class SfxItemPropertSet;
+
/*-----------------12.02.98 11:21-------------------
--------------------------------------------------*/