From b324cd8d3c5663339ecfe41e4022fe71a0c809c5 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 18 Aug 2008 12:22:58 +0000 Subject: INTEGRATION: CWS cmcfixes48 (1.73.22); FILE MERGED 2008/07/30 14:31:42 cmc 1.73.22.1: #i92285# UserEvents are ULONGs --- dbaccess/source/ui/inc/unodatbr.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx index 80fd6d049087..556c381bc063 100644 --- a/dbaccess/source/ui/inc/unodatbr.hxx +++ b/dbaccess/source/ui/inc/unodatbr.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unodatbr.hxx,v $ - * $Revision: 1.73 $ + * $Revision: 1.74 $ * * This file is part of OpenOffice.org. * @@ -164,7 +164,7 @@ namespace dbaui Splitter* m_pSplitter; SvLBoxTreeList* m_pTreeModel; // contains the datasources of the registry SvLBoxEntry* m_pCurrentlyDisplayed; - sal_Int32 m_nAsyncDrop; + ULONG m_nAsyncDrop; sal_Int16 m_nBorder; // TRUE when border should be shown -- cgit