summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-05-17 14:42:28 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-05-17 14:42:28 +0200
commitdcce5a9a1823b1e5b3b8946b28dc8871afa0a6ba (patch)
tree47131f345af7a197add34165eeb56c9ae75ee647
parent23f0b613ea680d6bd935546b42fae9bb11725f9b (diff)
#i10000# removed useless include
Notes
Notes: split repo tag: writer_ooo/DEV300_m78
-rw-r--r--sw/source/core/SwNumberTree/SwNodeNum.cxx2
-rw-r--r--sw/source/ui/docvw/ShadowOverlayObject.cxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/SwNumberTree/SwNodeNum.cxx b/sw/source/core/SwNumberTree/SwNodeNum.cxx
index 516d8261a3d4..d4a9dc0a07d0 100644
--- a/sw/source/core/SwNumberTree/SwNodeNum.cxx
+++ b/sw/source/core/SwNumberTree/SwNodeNum.cxx
@@ -38,7 +38,7 @@
#include <IDocumentListItems.hxx>
// <--
// --> OD 2010-01-13 #b6912256#
-#include <svtools/svstdarr.hxx>
+//#include <svtools/svstdarr.hxx>
#include <doc.hxx>
// <--
diff --git a/sw/source/ui/docvw/ShadowOverlayObject.cxx b/sw/source/ui/docvw/ShadowOverlayObject.cxx
index 21225e39f92e..b11fc914b5fd 100644
--- a/sw/source/ui/docvw/ShadowOverlayObject.cxx
+++ b/sw/source/ui/docvw/ShadowOverlayObject.cxx
@@ -40,7 +40,6 @@
#include <sw_primitivetypes2d.hxx>
#include <drawinglayer/primitive2d/primitivetools2d.hxx>
-#include <drawinglayer/attribute/fillattribute.hxx>
#include <drawinglayer/primitive2d/fillgradientprimitive2d.hxx>
namespace sw { namespace sidebarwindows {