summaryrefslogtreecommitdiff
path: root/forms/source/component/DatabaseForm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/DatabaseForm.hxx')
-rw-r--r--forms/source/component/DatabaseForm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx
index af506aa305d2..2ada38be93e6 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -201,7 +201,7 @@ class ODatabaseForm :public OFormComponents
// will be used as additional context information
// when an exception is catched and forwarded to the listeners
- INT32 m_nResetsPending;
+ sal_Int32 m_nResetsPending;
// <overwritten_properties>
sal_Int32 m_nPrivileges;
sal_Bool m_bInsertOnly;
@@ -505,12 +505,12 @@ private:
@param _rEvent
the event to notify
@param _bAllowSQLException
- <TRUE/> if SQLExceptions are allowed to leave the method
+ <sal_True/> if SQLExceptions are allowed to leave the method
@param _rGuard
the guard to be cleared before actually calling into the listeners, but after making
a copy of the listeners array to operate on.
@return
- <TRUE/> if and only if the execution has been approved
+ <sal_True/> if and only if the execution has been approved
*/
bool impl_approveRowChange_throw(
const ::com::sun::star::lang::EventObject& _rEvent,