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/unotxvw.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/unotxvw.cxx')
-rw-r--r-- | sw/source/ui/uno/unotxvw.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/uno/unotxvw.cxx b/sw/source/ui/uno/unotxvw.cxx index 6239bc9503ea..5c71f6707873 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> |