diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/sdr/contact/objectcontactofpageview.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
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); |