summaryrefslogtreecommitdiff
path: root/forms/source/runtime/formoperations.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:58:37 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:58:37 +0000
commitad1ed484ec59b9bd52a35168662f1b9aefc1e3a2 (patch)
tree02093d9bab6c2beadfe4c4d8ba91233273ec0e9a /forms/source/runtime/formoperations.cxx
parent96f189e01f5df8681ee62a1ce441339266536c42 (diff)
INTEGRATION: CWS dba22c (1.3.8); FILE MERGED
2007/01/14 20:01:29 fs 1.3.8.1: #i73230#
Diffstat (limited to 'forms/source/runtime/formoperations.cxx')
-rw-r--r--forms/source/runtime/formoperations.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index 3d66878eee93..00a36e6f6fca 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: formoperations.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2007-01-15 13:47:47 $
+ * last change: $Author: obo $ $Date: 2007-01-25 11:58:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -809,7 +809,7 @@ namespace frm
DBG_ASSERT( m_nMethodNestingLevel, "FormOperations::impl_commitCurrentRecord_throw: to be called within a MethodGuard'ed section only!" );
if ( !impl_hasCursor_nothrow() )
- return sal_False;
+ return false;
// nothing to do if the record is not modified
sal_Bool bResult = !impl_isModifiedRow_throw();
@@ -1624,7 +1624,7 @@ namespace frm
if ( !m_xController.is() || !impl_hasCursor_nothrow() || !impl_isParseable_throw() )
return;
- if ( !impl_commitCurrentControl_throw() || impl_commitCurrentRecord_throw() )
+ if ( !impl_commitCurrentControl_throw() || !impl_commitCurrentRecord_throw() )
return;
try
{