diff options
Diffstat (limited to 'forms/source/component/Hidden.hxx')
-rw-r--r-- | forms/source/component/Hidden.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Hidden.hxx b/forms/source/component/Hidden.hxx index 095903e1c4ad..ba15b779cca6 100644 --- a/forms/source/component/Hidden.hxx +++ b/forms/source/component/Hidden.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Hidden.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 @@ -75,7 +75,7 @@ namespace frm //================================================================== class OHiddenModel :public OControlModel - ,public ::utl::OAggregationArrayUsageHelper< OHiddenModel > + ,public ::comphelper::OAggregationArrayUsageHelper< OHiddenModel > { ::rtl::OUString m_sHiddenValue; |