diff options
author | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:46 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:46 +0100 |
commit | e23c9ccd3e9e8d415d0bbab189e2de5ba48b42e9 (patch) | |
tree | 9991ab227ef357c5fb2be9561872ae4d28ba4c7d /sw/source/ui/uno | |
parent | 3d404991d52a130cf2144bcf3aec2ea52859d31f (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/source/ui/uno')
-rw-r--r-- | sw/source/ui/uno/unoatxt.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/uno/unotxdoc.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/uno/unotxvw.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/ui/uno/unoatxt.cxx b/sw/source/ui/uno/unoatxt.cxx index 88f7ce8dbaa8..5543277cc585 100644 --- a/sw/source/ui/uno/unoatxt.cxx +++ b/sw/source/ui/uno/unoatxt.cxx @@ -50,6 +50,7 @@ #include <unoatxt.hxx> #include <unomap.hxx> #include <unoobj.hxx> +#include <unotextrange.hxx> #include <TextCursorHelper.hxx> #include <swevent.hxx> #include <doc.hxx> diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx index 6be92a156397..8d29db3dd30d 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 <unotextrange.hxx> #include <unotextcursor.hxx> #include <unosett.hxx> #include <unocoll.hxx> diff --git a/sw/source/ui/uno/unotxvw.cxx b/sw/source/ui/uno/unotxvw.cxx index 5c71f6707873..9da88953d481 100644 --- a/sw/source/ui/uno/unotxvw.cxx +++ b/sw/source/ui/uno/unotxvw.cxx @@ -80,6 +80,7 @@ #include <unobookmark.hxx> #include <unoparagraph.hxx> #include <unotextcursor.hxx> +#include <unotextrange.hxx> #include <svx/editview.hxx> #include <sfx2/docfile.hxx> |