diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-13 16:49:46 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-13 16:49:46 +0100 |
commit | 41295f88e2b7dab7911fb31a100249e00608039d (patch) | |
tree | 0b297d663db50e85b74b9cd039edac4ba8c5b592 /forms/source/component/DatabaseForm.hxx | |
parent | 1b52bbb6361c10773f50c1b299a2e0d36dd39a75 (diff) |
removetooltypes01: #i112600# remove tooltypes from slideshow and forms
Diffstat (limited to 'forms/source/component/DatabaseForm.hxx')
-rw-r--r-- | forms/source/component/DatabaseForm.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx index 9d452c218..ff16779ba 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, |