diff options
author | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:44 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:44 +0100 |
commit | 3425397152b30ff898aae071eb6cac444eab3bb5 (patch) | |
tree | fe6d9e9b3f94ff2f55c83e964d1b39447386d422 /sw/source/ui/uno/unotxvw.cxx | |
parent | afa5e928c33d7fc88e6be3ca893bd5186df821af (diff) |
swunolocking1: #i105557#: unoobj.hxx: split out unoparagraph.hxx:
move SwXParagraph{,Enumeration} from unoobj.hxx to new unoparagraph.hxx.
move enum CursorType to unobaseclass.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 cbc9817217..4b940c2fc7 100644 --- a/sw/source/ui/uno/unotxvw.cxx +++ b/sw/source/ui/uno/unotxvw.cxx @@ -78,6 +78,7 @@ #include <crsskip.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <unobookmark.hxx> +#include <unoparagraph.hxx> #include <svx/editview.hxx> #include <sfx2/docfile.hxx> |