diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-11-17 17:33:00 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-11-17 17:33:00 +0000 |
commit | 5ee4038dfa2678d5a26337dbf9d99d6995a1809b (patch) | |
tree | ac23d659c60d92c7eb7101450ee947b59dd2f90e /forms/source | |
parent | 327892f41e9806c7184b5c5fd26a6f17154623df (diff) |
ImageControlMode had no valid ClassId
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/component/ImageControl.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx index c6b2c418cff0..c5876e407bdf 100644 --- a/forms/source/component/ImageControl.cxx +++ b/forms/source/component/ImageControl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ImageControl.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2000-11-14 15:08:43 $ + * last change: $Author: fs $ $Date: 2000-11-17 18:33:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -168,6 +168,7 @@ OImageControlModel::OImageControlModel(const staruno::Reference<starlang::XMulti ,m_bReadOnly(sal_False) { DBG_CTOR(OImageControlModel,NULL); + m_nClassId = starform::FormComponentType::IMAGECONTROL; m_xImageProducer = m_pImageProducer; |