diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-07 16:31:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-07 16:31:39 +0000 |
commit | 2b68c6b30888df0975556b747015b2d8c8a14bc1 (patch) | |
tree | a13c78d0aff1f90445d7d1e7de439f89e49c9274 /svx/source/sdr | |
parent | 47937a460aa4f6fee13cde0734f1f1bedfd2a607 (diff) |
INTEGRATION: CWS aw028 (1.5.332); FILE MERGED
2005/02/24 21:30:00 aw 1.5.332.1: #i42815#
Diffstat (limited to 'svx/source/sdr')
-rw-r--r-- | svx/source/sdr/contact/objectcontact.cxx | 12 |
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) |