summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdovirt.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2001-02-09 16:54:43 +0000
committerArmin Weiss <aw@openoffice.org>2001-02-09 16:54:43 +0000
commitbc7b737f2ae54270c6d6fcb7c7a97c44679937cd (patch)
tree31ea34d5a23e1c7d03151392b04f9f203db558db /svx/source/svdraw/svdovirt.cxx
parentb4b5e1fd9f5e8f0e19df6e481bd56ee80dc08416 (diff)
Added support for ItemSetChanged() which is called at every object
after SetItem(), SetItemSet() or ClearItem() have finished. It is propagated through groups and Scenes. Used to make non-WhichID- specific changes AFTER all items are changed and only ONCE.
Diffstat (limited to 'svx/source/svdraw/svdovirt.cxx')
-rw-r--r--svx/source/svdraw/svdovirt.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdovirt.cxx b/svx/source/svdraw/svdovirt.cxx
index c06849754f75..2e69337513b2 100644
--- a/svx/source/svdraw/svdovirt.cxx
+++ b/svx/source/svdraw/svdovirt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdovirt.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: aw $ $Date: 2001-01-26 14:08:54 $
+ * last change: $Author: aw $ $Date: 2001-02-09 17:54:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -605,6 +605,11 @@ void SdrVirtObj::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem
rRefObj.ItemChange(nWhich, pNewItem);
}
+void SdrVirtObj::ItemSetChanged()
+{
+ rRefObj.ItemSetChanged();
+}
+
void SdrVirtObj::PostItemChange(const sal_uInt16 nWhich)
{
rRefObj.PostItemChange(nWhich);