summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 12:46:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 12:46:42 +0000
commitaf24b2c1027979f3c8e0bb7e919c65150baabc78 (patch)
tree2dcd8a8e1c7c04a2e99def9f7c0f975eb1f98f74
parent1efaaa7784427a5cec3febf060bcc444489c9ffd (diff)
INTEGRATION: CWS dba22b (1.36.4); FILE MERGED
2006/12/04 14:24:37 fs 1.36.4.1: during #i69405#: getField().is() -> hasField()
-rw-r--r--forms/source/component/Edit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx
index 0e0699ac0..4854138f2 100644
--- a/forms/source/component/Edit.cxx
+++ b/forms/source/component/Edit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Edit.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: vg $ $Date: 2006-11-21 17:40:37 $
+ * last change: $Author: vg $ $Date: 2007-01-15 13:46:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -750,7 +750,7 @@ void OEditModel::onConnectedDbColumn( const Reference< XInterface >& _rxForm )
void OEditModel::onDisconnectedDbColumn()
{
OEditBaseModel::onDisconnectedDbColumn();
- if (getField().is())
+ if (hasField())
{
if ( m_bMaxTextLenModified )
{