diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-02-05 00:10:48 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-02-05 00:10:48 +0100 |
commit | 206eaa4151fe04e328baa493df416c607a4f93a7 (patch) | |
tree | 789050c9c5ed6032b3e8e27e9a92b50d75742f46 /sw | |
parent | b08e1a88dfe23d31df932f442fd2a15cfccb608f (diff) |
cws svxsplit: some corrections after merge
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/htmlforw.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/xmlfonte.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/ribbar/conrect.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/filter/html/htmlforw.cxx b/sw/source/filter/html/htmlforw.cxx index a390932a1e79..0ecde15c06e8 100644 --- a/sw/source/filter/html/htmlforw.cxx +++ b/sw/source/filter/html/htmlforw.cxx @@ -63,7 +63,6 @@ #include <editeng/postitem.hxx> #include <editeng/udlnitem.hxx> #include <editeng/crsditem.hxx> -#include <unoobj.hxx> #include <docsh.hxx> #include <fmtanchr.hxx> #include <docary.hxx> diff --git a/sw/source/filter/xml/xmlfonte.cxx b/sw/source/filter/xml/xmlfonte.cxx index 50ab4aa8aa0c..705fc0829402 100644 --- a/sw/source/filter/xml/xmlfonte.cxx +++ b/sw/source/filter/xml/xmlfonte.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/text/XTextDocument.hpp> #include <xmloff/XMLFontAutoStylePool.hxx> #include <editeng/fontitem.hxx> -#include <unoobj.hxx> #include <unotext.hxx> #include <doc.hxx> #include <xmlexp.hxx> diff --git a/sw/source/ui/ribbar/conrect.cxx b/sw/source/ui/ribbar/conrect.cxx index 363e87f372fd..df42fd7174cb 100644 --- a/sw/source/ui/ribbar/conrect.cxx +++ b/sw/source/ui/ribbar/conrect.cxx @@ -43,7 +43,6 @@ #include <svx/svdview.hxx> #include <svx/svdocapt.hxx> #include <editeng/outlobj.hxx> -#include <svx/outlobj.hxx> #include <cmdid.h> #include <view.hxx> #include <edtwin.hxx> |