summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/obj3d.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-04-02 17:16:52 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-04-02 17:17:22 +0900
commitc4f2c60c088f579471714955f5969b60447fbf64 (patch)
tree58eb2b18ec35725e0db2e0639c9e67dd6eb165c0 /svx/source/engine3d/obj3d.cxx
parent47fc950fa65b224a5fcac7a297a9fd47d15eab29 (diff)
removed duplicate includes in svx
Diffstat (limited to 'svx/source/engine3d/obj3d.cxx')
-rw-r--r--svx/source/engine3d/obj3d.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx
index 03a0a6c1c0c2..d8105dc122e3 100644
--- a/svx/source/engine3d/obj3d.cxx
+++ b/svx/source/engine3d/obj3d.cxx
@@ -49,7 +49,6 @@
#include <vcl/settings.hxx>
#include <svx/xlnclit.hxx>
#include <svl/metitem.hxx>
-#include <svx/xtable.hxx>
#include <svx/xfillit.hxx>
#include <svx/xlnwtit.hxx>
#include <vcl/virdev.hxx>
@@ -84,7 +83,6 @@
#include <drawinglayer/geometry/viewinformation3d.hxx>
#include <com/sun/star/uno/Sequence.h>
#include <svx/sdr/contact/viewcontactofe3dscene.hxx>
-#include <basegfx/polygon/b3dpolypolygontools.hxx>
#include <svx/e3dsceneupdater.hxx>
#define ITEMVALUE(ItemSet,Id,Cast) ((const Cast&)(ItemSet).Get(Id)).GetValue()