diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-12-12 20:01:15 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-12-12 20:01:15 +0100 |
commit | 84d0194c62ee4bf7c8c47e1a1e03c794313b8bb1 (patch) | |
tree | 0f5146afc18155e8135106eb4a7e2e61da979f9c | |
parent | 7eb1685dad88030b65913e981862e8f97719f8e1 (diff) |
#i107450#: changes caused by header cleanup in svx
-rwxr-xr-x | sw/source/core/inc/textapi.hxx | 4 | ||||
-rw-r--r-- | sw/source/ui/uno/unotxvw.cxx | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sw/source/core/inc/textapi.hxx b/sw/source/core/inc/textapi.hxx index 69be77d38ea7..65df1f36766c 100755 --- a/sw/source/core/inc/textapi.hxx +++ b/sw/source/core/inc/textapi.hxx @@ -31,6 +31,10 @@ #include <svx/unoedsrc.hxx> #include <svx/unotext.hxx> #include <svx/eeitem.hxx> +#include <svx/outliner.hxx> +#include <svx/unoipset.hxx> +#include <svx/unoprnms.hxx> +#include <svx/unoforou.hxx> class SwDoc; diff --git a/sw/source/ui/uno/unotxvw.cxx b/sw/source/ui/uno/unotxvw.cxx index 6197bb489d61..c10cec706f83 100644 --- a/sw/source/ui/uno/unotxvw.cxx +++ b/sw/source/ui/uno/unotxvw.cxx @@ -77,7 +77,7 @@ #include <SwStyleNameMapper.hxx> #include <crsskip.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> - +#include <svx/outliner.hxx> #include <svx/editview.hxx> #include <sfx2/docfile.hxx> |