summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 15:43:41 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 15:43:41 +0000
commit876b95fdcd6804137b0d22e3709a7bd426259b8a (patch)
tree2f620579c432d4e93702ca487bab65e5278f0008 /forms/source/component
parent660475d15c31dcfd71ccce03720cf712784b6419 (diff)
INTEGRATION: CWS warningfixes02 (1.42.4); FILE MERGED
2006/06/30 12:17:35 sb 1.42.4.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'forms/source/component')
-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 a80aa91d89c2..8d7f0ec83a2b 100644
--- a/forms/source/component/ImageControl.cxx
+++ b/forms/source/component/ImageControl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ImageControl.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 12:51:46 $
+ * last change: $Author: kz $ $Date: 2006-07-19 16:43:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -820,7 +820,7 @@ void OImageControlControl::mousePressed(const ::com::sun::star::awt::MouseEvent&
return;
}
- sal_Bool bReadOnly;
+ sal_Bool bReadOnly = false;
xSet->getPropertyValue(PROPERTY_READONLY) >>= bReadOnly;
if (bReadOnly)
return;