summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageControl.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-21 17:24:00 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-21 17:24:00 +0000
commit57df697d27aa07975e8e245e4924f641e40bb15d (patch)
tree145ef812036cba80b991848fcf1d0b7d4cc2bc7a /forms/source/component/ImageControl.hxx
parentb62b409aa5f82f5997b96b051eba350a79e8be43 (diff)
#88610# correctly add as property change listener on our aggregate
Diffstat (limited to 'forms/source/component/ImageControl.hxx')
-rw-r--r--forms/source/component/ImageControl.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/forms/source/component/ImageControl.hxx b/forms/source/component/ImageControl.hxx
index 5c4889a05745..acd61ccb9750 100644
--- a/forms/source/component/ImageControl.hxx
+++ b/forms/source/component/ImageControl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageControl.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-11-23 08:48:15 $
+ * last change: $Author: fs $ $Date: 2001-06-21 18:24:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,6 +98,8 @@ class OImageControlModel
ImageProducer* m_pImageProducer;
sal_Bool m_bReadOnly;
+ OPropertyChangeMultiplexer* m_pAggregatePropertyMultiplexer;
+
// Helper functions
void UpdateFromField();