summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdovirt.cxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 13:07:51 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 13:07:51 +0000
commit7dcb28e6ad3b10a2b8095188acba7fbac43d00ee (patch)
treea6e0d1446b8300ab4033acc2711cae7df6bb9930 /svx/source/svdraw/svdovirt.cxx
parente4b08af85f4a7dfa9e3441bdeb2659284fca4122 (diff)
INTEGRATION: CWS swdrawpositioning (1.10.156); FILE MERGED
2004/05/03 16:30:22 od 1.10.156.1: #i27224# - view contact for 'virtual' drawing objects
Diffstat (limited to 'svx/source/svdraw/svdovirt.cxx')
-rw-r--r--svx/source/svdraw/svdovirt.cxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdovirt.cxx b/svx/source/svdraw/svdovirt.cxx
index 7180f7207831..60d345e0973f 100644
--- a/svx/source/svdraw/svdovirt.cxx
+++ b/svx/source/svdraw/svdovirt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdovirt.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2003-11-24 16:59:57 $
+ * last change: $Author: hjs $ $Date: 2004-06-28 14:07:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,6 +67,10 @@
#include "svdetc.hxx"
#include "svdhdl.hxx"
+#ifndef _SDR_CONTACT_VIEWCONTACTOFVIRTOBJ_HXX
+#include <svx/sdr/contact/viewcontactofvirtobj.hxx>
+#endif
+
////////////////////////////////////////////////////////////////////////////////////////////////////
sdr::properties::BaseProperties& SdrVirtObj::GetProperties() const
@@ -75,6 +79,13 @@ sdr::properties::BaseProperties& SdrVirtObj::GetProperties() const
}
////////////////////////////////////////////////////////////////////////////////////////////////////
+// AW, OD 2004-05-03 #i27224#
+sdr::contact::ViewContact* SdrVirtObj::CreateObjectSpecificViewContact()
+{
+ return new sdr::contact::ViewContactOfVirtObj(*this);
+}
+
+////////////////////////////////////////////////////////////////////////////////////////////////////
TYPEINIT1(SdrVirtObj,SdrObject);