diff options
author | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:47 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:47 +0100 |
commit | a6b34b60ba3e7451cfa8d5a492d53484ec131421 (patch) | |
tree | c673e2830400913406221220e7dda61dd19939a8 /sw/source/ui/uno | |
parent | e23c9ccd3e9e8d415d0bbab189e2de5ba48b42e9 (diff) |
swunolocking1: #i105557#: unoobj.hxx: split out unotext.hxx etc.:
move SwXText from unoobj.hxx to new unotext.hxx.
move SwXBodyText, SwXHeadFootText from unoobj.hxx to new unotextbodyhf.hxx.
move SwXFootnote from unoobj.hxx to new unofootnote.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 5543277cc585..7ed98a979a6a 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 <unotextbodyhf.hxx> #include <unotextrange.hxx> #include <TextCursorHelper.hxx> #include <swevent.hxx> diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx index 8d29db3dd30d..3afeb1ee0c39 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 <unotextbodyhf.hxx> #include <unotextrange.hxx> #include <unotextcursor.hxx> #include <unosett.hxx> diff --git a/sw/source/ui/uno/unotxvw.cxx b/sw/source/ui/uno/unotxvw.cxx index 9da88953d481..9de9e882b869 100644 --- a/sw/source/ui/uno/unotxvw.cxx +++ b/sw/source/ui/uno/unotxvw.cxx @@ -47,6 +47,7 @@ #include <view.hxx> #include <viewopt.hxx> #include <unomod.hxx> +#include <unoobj.hxx> #include <unoframe.hxx> #include <unocrsr.hxx> #include <wrtsh.hxx> |