From b5e624cfa459453cb8bab4b35f0c7a6dc23fb671 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 21 Nov 2006 15:56:03 +0000 Subject: INTEGRATION: CWS aw036 (1.23.46); FILE MERGED 2006/10/26 15:57:17 aw 1.23.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj --- svx/source/svdraw/svdocapt.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source/svdraw/svdocapt.cxx') diff --git a/svx/source/svdraw/svdocapt.cxx b/svx/source/svdraw/svdocapt.cxx index c87a509ccb82..2eca824ebcbe 100644 --- a/svx/source/svdraw/svdocapt.cxx +++ b/svx/source/svdraw/svdocapt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdocapt.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:44:49 $ + * last change: $Author: vg $ $Date: 2006-11-21 16:56:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -375,7 +375,7 @@ void SdrCaptionObj::RecalcBoundRect() SdrObject* SdrCaptionObj::CheckHit(const Point& rPnt, USHORT nTol, const SetOfByte* pVisiLayer) 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; } -- cgit