From 7621888c0a68c62fce94c2301c9911b7064304d2 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sun, 26 May 2013 16:56:25 +0200 Subject: sw: unused includes in anchoreddrawobject Change-Id: I57fdc7413c5caf09dbe279b502d94e36a46d5f64 --- sw/source/core/layout/anchoreddrawobject.cxx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sw/source/core/layout/anchoreddrawobject.cxx b/sw/source/core/layout/anchoreddrawobject.cxx index 62a3deaf8ae0..af9b41c9c5e5 100644 --- a/sw/source/core/layout/anchoreddrawobject.cxx +++ b/sw/source/core/layout/anchoreddrawobject.cxx @@ -17,13 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include #include #include #include -#include -#include #include #include #include @@ -33,12 +29,6 @@ // --> #i32795# // template class #include -#include - -// --> #i28749# -#include -// --> #i44559# -#include using namespace ::com::sun::star; -- cgit