summaryrefslogtreecommitdiffstats
path: root/forms/source/component/FormsCollection.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-01-04 15:28:34 +0000
committerFrank Schönheit <fs@openoffice.org>2001-01-04 15:28:34 +0000
commit1e41615b75af05bf671c80351247000e73a988f0 (patch)
tree9234f649a54e4d7e2db85973de0ebfa532fb10f6 /forms/source/component/FormsCollection.cxx
parentcorrect getSupportedServiceNames - one of the names was a double (diff)
downloadcore-1e41615b75af05bf671c80351247000e73a988f0.tar.gz
core-1e41615b75af05bf671c80351247000e73a988f0.zip
changed the implementation name
Diffstat (limited to 'forms/source/component/FormsCollection.cxx')
-rw-r--r--forms/source/component/FormsCollection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/FormsCollection.cxx b/forms/source/component/FormsCollection.cxx
index 6e33514854f9..fba3f6ae0f3b 100644
--- a/forms/source/component/FormsCollection.cxx
+++ b/forms/source/component/FormsCollection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FormsCollection.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-11-23 08:48:15 $
+ * last change: $Author: fs $ $Date: 2001-01-04 16:28:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,7 +147,7 @@ Any SAL_CALL OFormsCollection::queryAggregation(const Type& _rType) throw(Runtim
//------------------------------------------------------------------------------
::rtl::OUString SAL_CALL OFormsCollection::getImplementationName() throw(RuntimeException)
{
- return ::rtl::OUString::createFromAscii("com.sun.star.form.OFormsCollection");
+ return ::rtl::OUString::createFromAscii("com.sun.star.comp.forms.OFormsCollection");
}
//------------------------------------------------------------------------------