From cdbcbba7680c87249327761a04e8cfb344a2bc35 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Thu, 19 Oct 2000 10:52:20 +0000 Subject: migrated from unotools to comphelper --- forms/source/component/ImageButton.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'forms/source/component/ImageButton.hxx') diff --git a/forms/source/component/ImageButton.hxx b/forms/source/component/ImageButton.hxx index fab7633e4efe..37da51efaf6b 100644 --- a/forms/source/component/ImageButton.hxx +++ b/forms/source/component/ImageButton.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ImageButton.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:29:05 $ + * last change: $Author: fs $ $Date: 2000-10-19 11:52:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ namespace frm //================================================================== class OImageButtonModel :public OImageModel - ,public ::utl::OAggregationArrayUsageHelper< OImageButtonModel > + ,public ::comphelper::OAggregationArrayUsageHelper< OImageButtonModel > { public: OImageButtonModel(const staruno::Reference& _rxFactory); -- cgit