summaryrefslogtreecommitdiffstats
path: root/forms/source/component/ImageButton.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 09:47:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 09:47:42 +0000
commit06baeaa6018f16694a2dfeba1bd18cc06646e1bb (patch)
tree6861309bc4f36311669f4d0fb237aaa3005e5bc5 /forms/source/component/ImageButton.cxx
parentINTEGRATION: CWS dba06 (1.9.16); FILE MERGED (diff)
downloadcore-06baeaa6018f16694a2dfeba1bd18cc06646e1bb.tar.gz
core-06baeaa6018f16694a2dfeba1bd18cc06646e1bb.zip
INTEGRATION: CWS dba06 (1.6.54); FILE MERGED
2003/05/21 06:31:30 fs 1.6.54.1: #109591# when beeing cloned, initialize the image producer with the image URL
Diffstat (limited to 'forms/source/component/ImageButton.cxx')
-rw-r--r--forms/source/component/ImageButton.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx
index 0a1f2491ab9b..a947f7af6c0f 100644
--- a/forms/source/component/ImageButton.cxx
+++ b/forms/source/component/ImageButton.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageButton.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2002-12-02 12:57:25 $
+ * last change: $Author: vg $ $Date: 2003-05-22 10:47:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,6 +114,7 @@ OImageButtonModel::OImageButtonModel( const OImageButtonModel* _pOriginal, const
:OImageModel( _pOriginal, _rxFactory )
{
DBG_CTOR(OImageButtonModel, NULL);
+ implInitializeImageURL();
}
//------------------------------------------------------------------------------