diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-05-26 17:01:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-05-27 09:40:35 +0200 |
commit | a689d8cf7af0e7fce4c767d1e92067cc84767c0d (patch) | |
tree | 2d8a09386527fb0d57533835212de7e5ae6b4eb0 /sw | |
parent | 7621888c0a68c62fce94c2301c9911b7064304d2 (diff) |
sw: unused includes in anchoredobject
Change-Id: Ic7034ed384448a273517f3bf9795adfbbcaeba7b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/anchoredobject.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/core/layout/anchoredobject.cxx b/sw/source/core/layout/anchoredobject.cxx index ab4a193a5673..b7379986ed26 100644 --- a/sw/source/core/layout/anchoredobject.cxx +++ b/sw/source/core/layout/anchoredobject.cxx @@ -17,25 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <anchoredobject.hxx> -#include <pam.hxx> -#include <frame.hxx> #include <txtfrm.hxx> -#include <frmfmt.hxx> -#include <fmtanchr.hxx> #include <fmtornt.hxx> // --> #i28701# #include <doc.hxx> #include <fmtsrnd.hxx> -#include <svx/svdobj.hxx> #include <dcontact.hxx> #include <editeng/ulspitem.hxx> #include <editeng/lrspitem.hxx> #include <sortedobjs.hxx> #include <pagefrm.hxx> -#include <frmatr.hxx> -// --> #i3317# -#include <colfrm.hxx> // --> #i35911# #include <layouter.hxx> |