summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/properties/itemsettools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/sdr/properties/itemsettools.hxx')
-rw-r--r--svx/inc/sdr/properties/itemsettools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/sdr/properties/itemsettools.hxx b/svx/inc/sdr/properties/itemsettools.hxx
index 859f88e2dc9a..d930e176b24b 100644
--- a/svx/inc/sdr/properties/itemsettools.hxx
+++ b/svx/inc/sdr/properties/itemsettools.hxx
@@ -45,7 +45,7 @@ namespace sdr
explicit ItemChangeBroadcaster(const SdrObject& rObj);
~ItemChangeBroadcaster();
- sal_uInt32 GetRectangleCount() const;
+ sal_uInt32 GetRectangleCount() const { return mnCount; }
const Rectangle& GetRectangle(sal_uInt32 nIndex) const;
};
} // end of namespace properties