summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 16:45:29 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 16:45:29 +0000
commitc766156493ecb03aaf57d7de68be173fdc27c5eb (patch)
tree6c840d695ce28d81e0ceda8acc00ceeced726222
parent8198dce0c90346c4b223c15008152c06896c012e (diff)
INTEGRATION: CWS aw008 (1.2.42); FILE MERGED
2004/02/05 11:20:04 aw 1.2.42.1: #114735# Added mechanism to remember all created VOCs at OC to be able to delete such ones which may not be in DrawHierarchy. Added TryToGet(SdrObject/SdrPage) methods to VC.
-rw-r--r--svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx b/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx
index 0c33477873f6..a5bd7ba585a4 100644
--- a/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx
+++ b/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewcontactofsdrobj.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2003-11-24 16:27:05 $
+ * last change: $Author: kz $ $Date: 2004-02-26 17:45:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,6 +177,9 @@ namespace sdr
// Does this ViewContact support animation?
virtual sal_Bool SupportsAnimation() const;
+
+ // overload for acessing the SdrObject
+ virtual SdrObject* TryToGetSdrObject() const;
};
} // end of namespace contact
} // end of namespace sdr