User: vg Date: 2008-08-18 13:22:35+0000 Modified: dba/dbaccess/source/ui/inc/brwctrlr.hxx
Log: INTEGRATION: CWS cmcfixes48 (1.42.46); FILE MERGED 2008/07/30 14:31:42 cmc 1.42.46.1: #i92285# UserEvents are ULONGs File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: brwctrlr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/brwctrlr.hxx?r1=1.42&r2=1.43 Delta lines: +1 -1 ------------------- --- brwctrlr.hxx 2008-05-05 15:59:06+0000 1.42 +++ brwctrlr.hxx 2008-08-18 13:22:33+0000 1.43 @@ -118,7 +118,7 @@ ::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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
