Kaydet (Commit) 3e6e9004 authored tarafından Oliver Specht's avatar Oliver Specht

#81553# frame style applied in attachToRange

üst f55a1db1
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: unoframe.cxx,v $ * $RCSfile: unoframe.cxx,v $
* *
* $Revision: 1.18 $ * $Revision: 1.19 $
* *
* last change: $Author: mib $ $Date: 2000-12-08 08:32:02 $ * last change: $Author: os $ $Date: 2000-12-09 14:49:18 $
* *
* 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
...@@ -1910,6 +1910,9 @@ void SwXFrame::attachToRange(const uno::Reference< XTextRange > & xTextRange) ...@@ -1910,6 +1910,9 @@ void SwXFrame::attachToRange(const uno::Reference< XTextRange > & xTextRange)
{ {
setPropertyValue(C2U(UNO_NAME_Z_ORDER), *pOrder); setPropertyValue(C2U(UNO_NAME_Z_ORDER), *pOrder);
} }
uno::Any* pStyle;
if(pProps->GetProperty(C2S(UNO_NAME_FRAME_STYLE_NAME), pStyle))
setPropertyValue(C2U(UNO_NAME_FRAME_STYLE_NAME), *pStyle);
} }
else else
......
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