Kaydet (Commit) 7dcb28e6 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

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
üst e4b08af8
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: svdovirt.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -67,6 +67,10 @@ ...@@ -67,6 +67,10 @@
#include "svdetc.hxx" #include "svdetc.hxx"
#include "svdhdl.hxx" #include "svdhdl.hxx"
#ifndef _SDR_CONTACT_VIEWCONTACTOFVIRTOBJ_HXX
#include <svx/sdr/contact/viewcontactofvirtobj.hxx>
#endif
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
sdr::properties::BaseProperties& SdrVirtObj::GetProperties() const sdr::properties::BaseProperties& SdrVirtObj::GetProperties() const
...@@ -74,6 +78,13 @@ sdr::properties::BaseProperties& SdrVirtObj::GetProperties() const ...@@ -74,6 +78,13 @@ sdr::properties::BaseProperties& SdrVirtObj::GetProperties() const
return rRefObj.GetProperties(); return rRefObj.GetProperties();
} }
////////////////////////////////////////////////////////////////////////////////////////////////////
// AW, OD 2004-05-03 #i27224#
sdr::contact::ViewContact* SdrVirtObj::CreateObjectSpecificViewContact()
{
return new sdr::contact::ViewContactOfVirtObj(*this);
}
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
TYPEINIT1(SdrVirtObj,SdrObject); TYPEINIT1(SdrVirtObj,SdrObject);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment