summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2017-04-24 10:18:37 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2017-04-24 13:57:11 +0200
commit90f492d46014068c64767100dc870bafc04d2ac7 (patch)
tree61ebd8fb8472953f67e6164e464ab3d300c8653e /svx
parent8648cfe64ad55caf5af8974bbbe3057c8a9eab1e (diff)
Remove code commented-out since 2003-11-24
Change-Id: Iad2fb481969a1cc9cfd3e687b94ac99796466926
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/properties/properties.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/svx/source/sdr/properties/properties.cxx b/svx/source/sdr/properties/properties.cxx
index 1cda9c4328d6..9c4c8fc3585f 100644
--- a/svx/source/sdr/properties/properties.cxx
+++ b/svx/source/sdr/properties/properties.cxx
@@ -132,13 +132,6 @@ namespace sdr
{
const sal_uInt32 nCount(rChange.GetRectangleCount());
- // #110094#-14 Reduce to do only second change
- //// invalidate all remembered rectangles
- //for(sal_uInt32 a(0); a < nCount; a++)
- //{
- // GetSdrObject().BroadcastObjectChange(rChange.GetRectangle(a));
- //}
-
// invalidate all new rectangles
if(dynamic_cast<const SdrObjGroup*>( &GetSdrObject() ) != nullptr)
{
@@ -147,15 +140,11 @@ namespace sdr
while(aIter.IsMore())
{
SdrObject* pObj = aIter.Next();
- // This is done with ItemSetChanged
- // pObj->SetChanged();
pObj->BroadcastObjectChange();
}
}
else
{
- // This is done with ItemSetChanged
- // GetSdrObject().SetChanged();
GetSdrObject().BroadcastObjectChange();
}