summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotext.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 15:56:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 15:56:42 +0000
commit0802f00f90ea9e1adcabf87112eea0cd6d97d635 (patch)
treec3ecc531f584ee0ca143b953a242929977dca3b0 /svx/source/svdraw/svdotext.cxx
parent72ae940715590fb2b0724080122609cc27ed8363 (diff)
INTEGRATION: CWS aw036 (1.76.46); FILE MERGED
2006/10/26 15:57:19 aw 1.76.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj
Diffstat (limited to 'svx/source/svdraw/svdotext.cxx')
-rw-r--r--svx/source/svdraw/svdotext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index bc951ea6f92d..38201812ceff 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdotext.cxx,v $
*
- * $Revision: 1.78 $
+ * $Revision: 1.79 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 13:47:09 $
+ * last change: $Author: vg $ $Date: 2006-11-21 16:56:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1525,7 +1525,7 @@ SdrObject* SdrTextObj::CheckHit(const Point& rPnt, USHORT nTol, const SetOfByte*
return NULL;
}
- if(pVisiLayer && !pVisiLayer->IsSet(sal::static_int_cast< sal_uInt8 >(nLayerId)))
+ if(pVisiLayer && !pVisiLayer->IsSet(sal::static_int_cast< sal_uInt8 >(GetLayer())))
{
return NULL;
}