From 06baeaa6018f16694a2dfeba1bd18cc06646e1bb Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 22 May 2003 09:47:42 +0000 Subject: [PATCH] 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 --- forms/source/component/ImageButton.cxx | 5 +++-- 1 file 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(); } //------------------------------------------------------------------------------