diff options
author | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:45 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:45 +0100 |
commit | 3d404991d52a130cf2144bcf3aec2ea52859d31f (patch) | |
tree | 741f91ea2c201ee6179e7a52bdcaafad9c7862e4 /sw/source/ui/uno/unoatxt.cxx | |
parent | a04b8cd2adec9a16a9989670160634d588a15a87 (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/unoatxt.cxx')
-rw-r--r-- | sw/source/ui/uno/unoatxt.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/ui/uno/unoatxt.cxx b/sw/source/ui/uno/unoatxt.cxx index 2b302245f53b..88f7ce8dbaa8 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; |