summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/control/tabletree.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 08:23:18 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 08:23:18 +0000
commit06ca024d4f7848e486fbad1fad638ccba2ba48be (patch)
tree3d6dfef3d9dbbf323f79dc12ebe0e5366d875a34 /dbaccess/source/ui/control/tabletree.cxx
parent#i70194# missing dependency breaks mp builds (diff)
downloadcore-06ca024d4f7848e486fbad1fad638ccba2ba48be.tar.gz
core-06ca024d4f7848e486fbad1fad638ccba2ba48be.zip
#i70329# fix for x86_64
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 d9a6241fec85..c05e4e953f59 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.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: kz $ $Date: 2006-10-05 13:03:28 $
+ * last change: $Author: obo $ $Date: 2006-10-12 09:23:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -153,7 +153,7 @@ void OTableTreeListBox::implSetDefaultImages()
// -----------------------------------------------------------------------------
bool OTableTreeListBox::isFolderEntry( const SvLBoxEntry* _pEntry ) const
{
- return reinterpret_cast< int >( _pEntry->GetUserData() ) == FOLDER_INDICATOR;
+ return _pEntry->GetUserData() == reinterpret_cast< void* >(FOLDER_INDICATOR);
}
// -----------------------------------------------------------------------------