summaryrefslogtreecommitdiff
path: root/forms/source/component/clickableimage.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 08:56:54 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 08:56:54 +0000
commitfc67f520e325c504239e2479237c5f31d4515e03 (patch)
tree5a714d72f10bbc9899c7450b098bca95f0e76722 /forms/source/component/clickableimage.hxx
parent4a966ecc895d35c92289e463a7885b06c40da719 (diff)
INTEGRATION: CWS dba23a (1.7.86); FILE MERGED
2007/03/14 14:44:50 fs 1.7.86.2: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm 2007/03/14 12:33:11 fs 1.7.86.1: copying property-bag related changes from CWS hb02 to CWS dba23a - in preparation of some bug fixes
Diffstat (limited to 'forms/source/component/clickableimage.hxx')
-rw-r--r--forms/source/component/clickableimage.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/forms/source/component/clickableimage.hxx b/forms/source/component/clickableimage.hxx
index a7db7259b798..6b620b5d2231 100644
--- a/forms/source/component/clickableimage.hxx
+++ b/forms/source/component/clickableimage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: clickableimage.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2007-03-09 13:32:43 $
+ * last change: $Author: kz $ $Date: 2007-05-10 09:56:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -187,6 +187,8 @@ namespace frm
ImageProducer* getImageProducer( GuardAccess ) { return m_pProducer; }
protected:
+ using OControlModel::getMutex;
+
void implConstruct();
// to be called from within the cloning-ctor of your derived class