diff options
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> |