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 | a04b8cd2adec9a16a9989670160634d588a15a87 (patch) | |
tree | bc232faa976605cd6f919e6b5cb261ce308ff60a /sw/inc/unoframe.hxx | |
parent | af7ef16cd1dd50610a5d89798a3ef68aa43de922 (diff) |
swunolocking1: #i105557#: unoobj.hxx: split out unosection.hxx:
move SwXTextSection from unoobj.hxx to new unosection.hxx.
Diffstat (limited to 'sw/inc/unoframe.hxx')
-rw-r--r-- | sw/inc/unoframe.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx index a02999c8ca3d..4f62430f1cc2 100644 --- a/sw/inc/unoframe.hxx +++ b/sw/inc/unoframe.hxx @@ -32,6 +32,7 @@ #include <unoobj.hxx> #include <sfx2/objsh.hxx> +#include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/document/XEmbeddedObjectSupplier2.hpp> #include <com/sun/star/text/XTextFrame.hpp> #include <com/sun/star/drawing/XShape.hpp> |