diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-12-13 07:53:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-12-13 07:53:53 +0000 |
commit | 6089274fbbab9a734f12c2d9ee3ae02002344791 (patch) | |
tree | 645d87a6e4e23071c426c45fd13d1bf72b803e14 /svx/inc | |
parent | c5b598255149e0718a01d62c86fb6dea820cdbcf (diff) |
INTEGRATION: CWS aw022 (1.6.118); FILE MERGED
2004/11/19 11:32:07 aw 1.6.118.1: #i37934#
Diffstat (limited to 'svx/inc')
-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 192a47a8e8c8..e5f9aa940e0a 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-10-12 10:03:42 $ + * last change: $Author: rt $ $Date: 2004-12-13 08:53:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -149,6 +149,10 @@ namespace sdr // this ObjectContact. virtual void InvalidatePartOfView(const Rectangle& rRectangle) const; + // #i37394# Non-painted object was changed. Test for potentially + // getting visible + virtual void ObjectGettingPotentiallyVisible(const ViewObjectContact& rVOC) const; + // Get info about the need to visualize GluePoints. The default // is that it is not necessary. virtual sal_Bool AreGluePointsVisible() const; |