summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 12:22:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 12:22:33 +0000
commitfd424d621d781a841cb6ff1552cb738499c03572 (patch)
treebef154c10f6149051e2c903193956bf8e21d1c7d /dbaccess
parentINTEGRATION: CWS cmcfixes48 (1.11.66); FILE MERGED (diff)
downloadcore-fd424d621d781a841cb6ff1552cb738499c03572.tar.gz
core-fd424d621d781a841cb6ff1552cb738499c03572.zip
INTEGRATION: CWS cmcfixes48 (1.42.46); FILE MERGED
2008/07/30 14:31:42 cmc 1.42.46.1: #i92285# UserEvents are ULONGs
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/brwctrlr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx
index 2090189ce974..025286aa3010 100644
--- a/dbaccess/source/ui/inc/brwctrlr.hxx
+++ b/dbaccess/source/ui/inc/brwctrlr.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: brwctrlr.hxx,v $
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
* This file is part of OpenOffice.org.
*
@@ -118,7 +118,7 @@ namespace dbaui
::vos::OThread* m_pLoadThread; // the thread wherein the form is loaded
FormControllerImpl* m_pFormControllerImpl; // implementing the XFormController
- sal_uInt32 m_nPendingLoadFinished; // the event used to tell ourself that the load is finished
+ ULONG m_nPendingLoadFinished; // the event used to tell ourself that the load is finished
sal_uInt16 m_nFormActionNestingLevel; // see enter-/leaveFormAction
sal_Bool m_bLoadCanceled : 1; // the load was canceled somehow