From 289a21e1472a6e131481ad3fb64996dd0ef15fac Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 12 Jul 2004 13:30:07 +0000 Subject: INTEGRATION: CWS aw013 (1.3.196); FILE MERGED 2004/06/28 14:54:34 aw 1.3.196.1: #117254# --- svx/inc/svx/sdr/contact/objectcontactofpageview.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'svx') diff --git a/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx b/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx index 600303578814..87d0223a7260 100644 --- a/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx +++ b/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx @@ -2,9 +2,9 @@ * * $RCSfile: objectcontactofpageview.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-02-26 17:45:07 $ + * last change: $Author: rt $ $Date: 2004-07-12 14:30:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -132,6 +132,10 @@ namespace sdr // existing. virtual ~ObjectContactOfPageView(); + // A ViewObjectContact was deleted and shall be forgotten. + // #i29181# Overload to clear selection at associated view + virtual void RemoveViewObjectContact(ViewObjectContact& rVOContact); + // Pre-Process the whole displaying. The default implementation // calls EnsureValidDrawHierarchy() to ensure a valid draw hierarchy. virtual void PreProcessDisplay(DisplayInfo& rDisplayInfo); -- cgit