diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 13:30:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-12 13:30:07 +0000 |
commit | 289a21e1472a6e131481ad3fb64996dd0ef15fac (patch) | |
tree | 66b0f487ce1c93ff4e00e9badbbc95524b20eb36 /svx | |
parent | 6092e0523241c2200d288991cc4c904ddd9063fa (diff) |
INTEGRATION: CWS aw013 (1.3.196); FILE MERGED
2004/06/28 14:54:34 aw 1.3.196.1: #117254#
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); |