diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-18 12:22:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-18 12:22:58 +0000 |
commit | b324cd8d3c5663339ecfe41e4022fe71a0c809c5 (patch) | |
tree | 3a79990ec1f096bf8a28c861cf995e9582d9c474 /dbaccess/source/ui/inc | |
parent | 06886f8308f19639f2a259284c842d01a03214c7 (diff) |
INTEGRATION: CWS cmcfixes48 (1.73.22); FILE MERGED
2008/07/30 14:31:42 cmc 1.73.22.1: #i92285# UserEvents are ULONGs
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r-- | dbaccess/source/ui/inc/unodatbr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |