summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-01-05 16:37:45 +0100
committerMichael Stahl <mst@openoffice.org>2010-01-05 16:37:45 +0100
commit89257fb5ea7c062c81379d3d05fa1c229067515a (patch)
treecd8214fce8fef71f00626a6054486ef133b514d2 /sw/source/ui/uno
parent1ec6e9d8665c760588eddff9adb23bafc087d347 (diff)
swunolocking1: #i105557#: unoobj.hxx: split out unotextcursor.hxx:
move SwXTextCursor from unoobj.hxx to new unotextcursor.hxx. move enum SwGetPropertyStatesCaller to unotextcursor.hxx.
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/unoatxt.cxx5
-rw-r--r--sw/source/ui/uno/unotxdoc.cxx1
-rw-r--r--sw/source/ui/uno/unotxvw.cxx1
3 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/uno/unoatxt.cxx b/sw/source/ui/uno/unoatxt.cxx
index 4801259cd7..3586caaba7 100644
--- a/sw/source/ui/uno/unoatxt.cxx
+++ b/sw/source/ui/uno/unoatxt.cxx
@@ -34,10 +34,7 @@
#define _SVSTDARR_STRINGS
-
-#ifndef _COM_SUN_STAR_BEANS_PropertyAttribute_HPP_
#include <com/sun/star/beans/PropertyAttribute.hpp>
-#endif
#include <vos/mutex.hxx>
#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
@@ -53,6 +50,7 @@
#include <unoatxt.hxx>
#include <unomap.hxx>
#include <unoobj.hxx>
+#include <TextCursorHelper.hxx>
#include <swevent.hxx>
#include <doc.hxx>
#include <unocrsr.hxx>
@@ -68,6 +66,7 @@
#include <memory>
+
SV_IMPL_REF ( SwDocShell )
using namespace ::com::sun::star;
using ::rtl::OUString;
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 3f9e2b0b12..0bc2acd10b 100644
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -50,6 +50,7 @@
#include <unotxdoc.hxx>
#include <svtools/numuno.hxx>
#include <unoobj.hxx>
+#include <unotextcursor.hxx>
#include <unosett.hxx>
#include <unocoll.hxx>
#include <unoredlines.hxx>
diff --git a/sw/source/ui/uno/unotxvw.cxx b/sw/source/ui/uno/unotxvw.cxx
index 4b940c2fc7..be53796ad2 100644
--- a/sw/source/ui/uno/unotxvw.cxx
+++ b/sw/source/ui/uno/unotxvw.cxx
@@ -79,6 +79,7 @@
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <unobookmark.hxx>
#include <unoparagraph.hxx>
+#include <unotextcursor.hxx>
#include <svx/editview.hxx>
#include <sfx2/docfile.hxx>