summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotxtr.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 15:56:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 15:56:47 +0000
commit5878dc76a6ad37e578a40e564a03659f51926666 (patch)
tree21f2de627d84395d429c2bc59e5331e084f12a8f /svx/source/svdraw/svdotxtr.cxx
parent0802f00f90ea9e1adcabf87112eea0cd6d97d635 (diff)
INTEGRATION: CWS aw036 (1.12.48); FILE MERGED
2006/10/26 15:57:19 aw 1.12.48.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj
Diffstat (limited to 'svx/source/svdraw/svdotxtr.cxx')
-rw-r--r--svx/source/svdraw/svdotxtr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdotxtr.cxx b/svx/source/svdraw/svdotxtr.cxx
index 40bcb9a0fffd..61888ba88e52 100644
--- a/svx/source/svdraw/svdotxtr.cxx
+++ b/svx/source/svdraw/svdotxtr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdotxtr.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 13:47:54 $
+ * last change: $Author: vg $ $Date: 2006-11-21 16:56:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -407,7 +407,7 @@ SdrObject* SdrTextObj::ImpConvertMakeObj(const basegfx::B2DPolyPolygon& rPolyPol
if(pPathObj)
{
pPathObj->ImpSetAnchorPos(aAnchor);
- pPathObj->NbcSetLayer(SdrLayerID(nLayerId));
+ pPathObj->NbcSetLayer(SdrLayerID(GetLayer()));
if(pModel)
{