summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-10-12 09:04:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-10-12 09:04:55 +0000
commit4ec81bd4fbdf41ad6239746ed03946353587b91e (patch)
tree2ec7dcb915275da9189bf0372e0b7f8ecab25cf5 /svx/inc
parent2c550fbeef3410892250875c7a1ca11009c64470 (diff)
INTEGRATION: CWS aw018 (1.5.116); FILE MERGED
2004/09/21 11:40:18 aw 1.5.116.1: #i26631#
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx b/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx
index a1be129bc3b0..f65aae62f718 100644
--- a/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx
+++ b/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewcontactofsdrobj.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-07-15 07:31:54 $
+ * last change: $Author: hr $ $Date: 2004-10-12 10:04:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -168,9 +168,7 @@ namespace sdr
// Access to possible sub-hierarchy
virtual sal_uInt32 GetObjectCount() const;
virtual ViewContact& GetViewContact(sal_uInt32 nIndex) const;
- // Since MasterPages are part of the hierarchy of a DrawPage, the
- // link to ParentContacts may be 1:n
- virtual sal_Bool GetParentContacts(ViewContactVector& rVContacts) const;
+ virtual ViewContact* GetParentContact() const;
// React on changes of the object of this ViewContact
virtual void ActionChanged();