summaryrefslogtreecommitdiff
path: root/svx/source/sdr/contact/objectcontact.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/contact/objectcontact.cxx')
-rw-r--r--svx/source/sdr/contact/objectcontact.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/svx/source/sdr/contact/objectcontact.cxx b/svx/source/sdr/contact/objectcontact.cxx
index 1e62e509a985..362ef5fbfefe 100644
--- a/svx/source/sdr/contact/objectcontact.cxx
+++ b/svx/source/sdr/contact/objectcontact.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: objectcontact.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-10-12 10:06:30 $
+ * last change: $Author: vg $ $Date: 2005-03-07 17:31:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -246,6 +246,14 @@ namespace sdr
// nothing to do here in the default version
}
+ // #i42815#
+ // Get info if given Rectangle is visible in this view
+ sal_Bool ObjectContact::IsAreaVisible(const Rectangle& rRectangle) const
+ {
+ // always visible in default version
+ return sal_True;
+ }
+
// Take some action when new objects are inserted. This is triggered from
// the VOCs, originating from VCs.
void ObjectContact::ActionChildInserted(const Rectangle& rInitialRectangle)