summaryrefslogtreecommitdiffstats
path: root/forms/source/component/GroupBox.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-10-19 10:52:20 +0000
committerFrank Schönheit <fs@openoffice.org>2000-10-19 10:52:20 +0000
commitcdbcbba7680c87249327761a04e8cfb344a2bc35 (patch)
tree97bebdb39e466b2ed1dd3c04c2259888becd6a4b /forms/source/component/GroupBox.hxx
parent*** empty log message *** (diff)
downloadcore-cdbcbba7680c87249327761a04e8cfb344a2bc35.tar.gz
core-cdbcbba7680c87249327761a04e8cfb344a2bc35.zip
migrated from unotools to comphelper
Diffstat (limited to 'forms/source/component/GroupBox.hxx')
-rw-r--r--forms/source/component/GroupBox.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/GroupBox.hxx b/forms/source/component/GroupBox.hxx
index 62ec04576797..218151b74136 100644
--- a/forms/source/component/GroupBox.hxx
+++ b/forms/source/component/GroupBox.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: GroupBox.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 OGroupBoxModel
:public OControlModel
- ,public ::utl::OAggregationArrayUsageHelper< OGroupBoxModel >
+ ,public ::comphelper::OAggregationArrayUsageHelper< OGroupBoxModel >
{
public:
OGroupBoxModel(const staruno::Reference<starlang::XMultiServiceFactory>& _rxFactory);