summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/itemsettools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/itemsettools.cxx')
-rw-r--r--svx/source/sdr/properties/itemsettools.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/svx/source/sdr/properties/itemsettools.cxx b/svx/source/sdr/properties/itemsettools.cxx
index b5f763ab6245..cea89d0e6248 100644
--- a/svx/source/sdr/properties/itemsettools.cxx
+++ b/svx/source/sdr/properties/itemsettools.cxx
@@ -21,10 +21,9 @@
#include <tools/debug.hxx>
#include <svl/itemset.hxx>
#include <svl/whiter.hxx>
-
-#include <vector>
#include <svx/svdogrp.hxx>
#include <svx/svditer.hxx>
+#include <vcl/region.hxx>
//////////////////////////////////////////////////////////////////////////////
// class to remember broadcast start positions
@@ -33,9 +32,6 @@ namespace sdr
{
namespace properties
{
- // helper vector to remember rectangles
- typedef ::std::vector< Rectangle > RectangleVector;
-
ItemChangeBroadcaster::ItemChangeBroadcaster(const SdrObject& rObj)
{
if(rObj.ISA(SdrObjGroup))