summaryrefslogtreecommitdiffstats
path: root/svx/inc/svx/sdr/properties/pageproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/sdr/properties/pageproperties.hxx')
-rw-r--r--svx/inc/svx/sdr/properties/pageproperties.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/inc/svx/sdr/properties/pageproperties.hxx b/svx/inc/svx/sdr/properties/pageproperties.hxx
index d85686b3bc5b..9dbbc645d9be 100644
--- a/svx/inc/svx/sdr/properties/pageproperties.hxx
+++ b/svx/inc/svx/sdr/properties/pageproperties.hxx
@@ -45,6 +45,9 @@ namespace sdr
// Do the ItemChange, may do special handling
virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = 0);
+ // Called after ItemChange() is done for all items.
+ virtual void PostItemChange(const sal_uInt16 nWhich);
+
public:
// basic constructor
PageProperties(SdrObject& rObj);