fix missing form control, partial fix for fdo#49430
Change-Id: I7a0dd3d6e25a48449941e258ea5a16a247a8fe05
This commit is contained in:
@@ -161,6 +161,7 @@ void ShapeAnchor::setCellPos( sal_Int32 nElement, sal_Int32 nParentContext, cons
|
|||||||
void ShapeAnchor::importVmlAnchor( const OUString& rAnchor )
|
void ShapeAnchor::importVmlAnchor( const OUString& rAnchor )
|
||||||
{
|
{
|
||||||
meAnchorType = ANCHOR_VML;
|
meAnchorType = ANCHOR_VML;
|
||||||
|
meCellAnchorType = CELLANCHOR_PIXEL;
|
||||||
|
|
||||||
::std::vector< OUString > aTokens;
|
::std::vector< OUString > aTokens;
|
||||||
sal_Int32 nIndex = 0;
|
sal_Int32 nIndex = 0;
|
||||||
|
Reference in New Issue
Block a user