summaryrefslogtreecommitdiff
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
commit3ce36d77a651cf4fe8194c85166eece4a949bc4e (patch)
tree145256ed6d919f3eb6695ccd0008e631bd21ad94
parentfffbdfb219d86b6eebe5d73ff03c471dc98faa31 (diff)
changed the implementation name
-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 53b930215..682cd2fea 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");
}
//------------------------------------------------------------------------------