diff options
Diffstat (limited to 'forms/source/component/Date.hxx')
-rw-r--r-- | forms/source/component/Date.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Date.hxx b/forms/source/component/Date.hxx index b7d7013f3a50..65b079e077f3 100644 --- a/forms/source/component/Date.hxx +++ b/forms/source/component/Date.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Date.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 @@ -76,7 +76,7 @@ namespace frm //================================================================== class ODateModel :public OEditBaseModel - ,public ::utl::OAggregationArrayUsageHelper< ODateModel > + ,public ::comphelper::OAggregationArrayUsageHelper< ODateModel > { staruno::Any m_aSaveValue; sal_Bool m_bDateTimeField; |