summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageControl.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-22 12:12:50 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-22 12:12:50 +0000
commitb1ddbdcae9e30b65e8559d3b254998278c2b7aae (patch)
tree940bdea625f0587e8c5146d48c22553347ff22e5 /forms/source/component/ImageControl.hxx
parent801f75a5a94901500e1bc31f3f56a3b638a4cff5 (diff)
#91318# +implClearGraphics/implInsertGraphics
Diffstat (limited to 'forms/source/component/ImageControl.hxx')
-rw-r--r--forms/source/component/ImageControl.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/forms/source/component/ImageControl.hxx b/forms/source/component/ImageControl.hxx
index acd61ccb9750..3967a9a2afa9 100644
--- a/forms/source/component/ImageControl.hxx
+++ b/forms/source/component/ImageControl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageControl.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-06-21 18:24:00 $
+ * last change: $Author: fs $ $Date: 2001-08-22 13:12:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,6 +193,10 @@ public:
// ::com::sun::star::awt::XControl
virtual void SAL_CALL createPeer(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit>& _rToolkit, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer>& _rParent) throw(::com::sun::star::uno::RuntimeException);
+
+private:
+ void implClearGraphics();
+ void implInsertGraphics();
};
//.........................................................................