diff options
author | Dieter Loeschky <dl@openoffice.org> | 2001-03-28 07:08:15 +0000 |
---|---|---|
committer | Dieter Loeschky <dl@openoffice.org> | 2001-03-28 07:08:15 +0000 |
commit | 6e1da8951011dff2e93a19f6c57e6479eda2e810 (patch) | |
tree | 311b2662777a35a5ec6448a16d502b0ecfbc0d50 /svx/source/engine3d/obj3d.cxx | |
parent | 6bd07031abd130f0ab5533a4ee9de31e187cba2b (diff) |
* virtual void ItemSetChanged(const SfxItemSet& rSet)
Diffstat (limited to 'svx/source/engine3d/obj3d.cxx')
-rw-r--r-- | svx/source/engine3d/obj3d.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx index 17e94f6604f6..062c5f7cb4c5 100644 --- a/svx/source/engine3d/obj3d.cxx +++ b/svx/source/engine3d/obj3d.cxx @@ -2,9 +2,9 @@ * * $RCSfile: obj3d.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: aw $ $Date: 2001-02-15 16:10:18 $ + * last change: $Author: dl $ $Date: 2001-03-28 08:07:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1655,10 +1655,10 @@ void E3dObject::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) SdrAttrObj::ItemChange(nWhich, pNewItem); } -void E3dObject::ItemSetChanged() +void E3dObject::ItemSetChanged( const SfxItemSet& rSet ) { // call parent - SdrAttrObj::ItemSetChanged(); + SdrAttrObj::ItemSetChanged( rSet ); // local changes StructureChanged(this); |