summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control/tabletree.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-10-05 13:45:39 +0000
committerKurt Zenker <kz@openoffice.org>2005-10-05 13:45:39 +0000
commitfbbc6850b6cab22dd5dfd9d981f4d8c5d6b26dae (patch)
treeda01d105759b543b631ff496473691017b848e93 /dbaccess/source/ui/control/tabletree.cxx
parente69e260149bf4dbc485ae0fdd9a46a9b10d788a7 (diff)
INTEGRATION: CWS intptr (1.26.150); FILE MERGED
2005/09/13 14:50:24 kendy 1.26.150.1: #i54498# Introduce and use sal_IntPtr/sal_uIntPtr for ints where we have to store a pointer
Diffstat (limited to 'dbaccess/source/ui/control/tabletree.cxx')
-rw-r--r--dbaccess/source/ui/control/tabletree.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/control/tabletree.cxx b/dbaccess/source/ui/control/tabletree.cxx
index c1cf5a849dbe..c086ac7ea342 100644
--- a/dbaccess/source/ui/control/tabletree.cxx
+++ b/dbaccess/source/ui/control/tabletree.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabletree.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:36:28 $
+ * last change: $Author: kz $ $Date: 2005-10-05 14:45:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -131,7 +131,7 @@ void OTableTreeListBox::notifyHiContrastChanged()
SvLBoxEntry* pEntryLoop = First();
while (pEntryLoop)
{
- sal_Int32 nType = reinterpret_cast<sal_Int32>(pEntryLoop->GetUserData());
+ sal_Int32 nType = reinterpret_cast<sal_IntPtr>(pEntryLoop->GetUserData());
if ( nType )
{
USHORT nCount = pEntryLoop->ItemCount();