diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-01-04 15:28:34 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-01-04 15:28:34 +0000 |
commit | 3ce36d77a651cf4fe8194c85166eece4a949bc4e (patch) | |
tree | 145256ed6d919f3eb6695ccd0008e631bd21ad94 | |
parent | fffbdfb219d86b6eebe5d73ff03c471dc98faa31 (diff) |
changed the implementation name
-rw-r--r-- | forms/source/component/FormsCollection.cxx | 6 |
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"); } //------------------------------------------------------------------------------ |