diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 15:56:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 15:56:36 +0000 |
commit | 72ae940715590fb2b0724080122609cc27ed8363 (patch) | |
tree | 30aa833828ddd45d89889e938bc4f6b8a5317676 /svx/source | |
parent | afe48ffc46308b35e5d8c140274f00d3d7f50309 (diff) |
INTEGRATION: CWS aw036 (1.24.46); FILE MERGED
2006/10/26 15:57:19 aw 1.24.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/svdraw/svdorect.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdorect.cxx b/svx/source/svdraw/svdorect.cxx index 350d69e75f40..0263fc57d88e 100644 --- a/svx/source/svdraw/svdorect.cxx +++ b/svx/source/svdraw/svdorect.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdorect.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:46:56 $ + * last change: $Author: vg $ $Date: 2006-11-21 16:56:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -459,7 +459,7 @@ sal_Bool SdrRectObj::DoPaintObject(XOutputDevice& rXOut, const SdrPaintInfoRec& SdrObject* SdrRectObj::ImpCheckHit(const Point& rPnt, USHORT nTol, const SetOfByte* pVisiLayer, FASTBOOL bForceFilled, FASTBOOL bForceTol) const { - if(pVisiLayer && !pVisiLayer->IsSet(sal::static_int_cast< sal_uInt8 >(nLayerId))) + if(pVisiLayer && !pVisiLayer->IsSet(sal::static_int_cast< sal_uInt8 >(GetLayer()))) { return NULL; } |