summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-19 11:07:26 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-19 11:07:26 +0000
commita8d0bc40192468d61d86c87af31e47f737d84c89 (patch)
tree25bd075d3508154e3ddceae8b165520fe5b49c81 /svx
parent9db4d5ed6c4ee3acb5e933cbf1a43622714a978e (diff)
INTEGRATION: CWS cov2src (1.4.84); FILE MERGED
2005/10/18 14:14:09 rt 1.4.84.1: #126234# Join MWS COV680 m4 into SRC680
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/unomaster.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/inc/unomaster.hxx b/svx/inc/unomaster.hxx
index fa60d7c17b7a..db20e42816a0 100644
--- a/svx/inc/unomaster.hxx
+++ b/svx/inc/unomaster.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unomaster.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:26:43 $
+ * last change: $Author: rt $ $Date: 2005-10-19 12:07:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,6 +73,10 @@ public:
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException) = 0;
virtual void dispose() = 0;
+
+ virtual void modelChanged( SdrModel* pNewModel ) = 0;
+ virtual void pageChanged( SdrPage* pNewPage ) = 0;
+ virtual void objectChanged( SdrObject* pNewObj ) = 0;
};
#endif