summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 12:46:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 12:46:54 +0000
commit3bce365818382e1c18de4542097771952a1a1a9f (patch)
tree01740ef2960d959431d6b0c3740608f698caf5ca /forms
parentaf24b2c1027979f3c8e0bb7e919c65150baabc78 (diff)
INTEGRATION: CWS dba22b (1.46.24); FILE MERGED
2006/12/04 14:24:37 fs 1.46.24.1: during #i69405#: getField().is() -> hasField()
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/ImageControl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx
index 233a85d45..5033ad9e0 100644
--- a/forms/source/component/ImageControl.cxx
+++ b/forms/source/component/ImageControl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ImageControl.cxx,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: ihi $ $Date: 2006-10-18 13:17:13 $
+ * last change: $Author: vg $ $Date: 2007-01-15 13:46:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -571,7 +571,7 @@ void OImageControlModel::disposing()
//------------------------------------------------------------------------------
void OImageControlModel::resetNoBroadcast()
{
- if ( getField().is() ) // only reset when we are connected to a column
+ if ( hasField() ) // only reset when we are connected to a column
OBoundControlModel::resetNoBroadcast( );
}