#90330# added shape master support

This commit is contained in:
Christian Lippka
2001-12-04 15:10:38 +00:00
parent 87698661a5
commit fd154f05e1
4 changed files with 149 additions and 443 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: unopage.cxx,v $
*
* $Revision: 1.42 $
* $Revision: 1.43 $
*
* last change: $Author: cl $ $Date: 2001-11-08 16:30:00 $
* last change: $Author: cl $ $Date: 2001-12-04 16:08:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -902,7 +902,7 @@ uno::Reference< drawing::XShape > SdGenericDrawPage::_CreateShape( SdrObject *p
}
// SdXShape aggregiert SvxShape
new SdXShape( xShape, mpModel );
new SdXShape( SvxShape::getImplementation( xShape ), mpModel );
return xShape;
}