diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 19:00:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 19:00:18 +0000 |
commit | c696de7acbaafcfedad22617669a8866055724bf (patch) | |
tree | 3016df86bfbc86b71ce9eb7813c00d18753d57d7 /sfx2 | |
parent | 95c95df94e697dcfdc9fa5e5446a6ae8b316015c (diff) |
INTEGRATION: CWS removedrafts (1.21.64); FILE MERGED
2005/02/17 14:02:14 cd 1.21.64.1: #i42557# Move UNOIDL types from drafts to com
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfac.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/docfac.cxx b/sfx2/source/doc/docfac.cxx index d83f41b1481c..29e941b739f8 100644 --- a/sfx2/source/doc/docfac.cxx +++ b/sfx2/source/doc/docfac.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docfac.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: kz $ $Date: 2005-01-18 16:11:35 $ + * last change: $Author: kz $ $Date: 2005-03-01 20:00:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -397,7 +397,7 @@ const SvGlobalName& SfxObjectFactory::GetClassId() const String SfxObjectFactory::GetModuleName() const { - static ::rtl::OUString SERVICENAME_MODULEMANAGER = ::rtl::OUString::createFromAscii("drafts.com.sun.star.frame.ModuleManager"); + static ::rtl::OUString SERVICENAME_MODULEMANAGER = ::rtl::OUString::createFromAscii("com.sun.star.frame.ModuleManager"); static ::rtl::OUString PROP_MODULEUINAME = ::rtl::OUString::createFromAscii("ooSetupFactoryUIName"); try |