summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:21:39 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:21:39 +0000
commita4a61e10704786401b211db7c72ab045ff293f23 (patch)
treeada61e0449087e8109ce6080a13e3898364b7e68 /ucb
parentfaab0441b21be0243f84e915de83e31f24f314a9 (diff)
INTEGRATION: CWS removedrafts (1.6.24); FILE MERGED
2005/02/17 14:25:50 cd 1.6.24.1: #i42557# Move UNOIDL types from drafts to com
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_docmgr.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_docmgr.cxx b/ucb/source/ucp/tdoc/tdoc_docmgr.cxx
index 9670870529b4..1dbfc0fee721 100644
--- a/ucb/source/ucp/tdoc/tdoc_docmgr.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_docmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tdoc_docmgr.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2004-12-23 09:41:33 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:21:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -707,11 +707,11 @@ bool OfficeDocumentsManager::isOfficeDocument(
{
m_xModuleMgr
= uno::Reference<
- drafts::com::sun::star::frame::XModuleManager >(
+ ::com::sun::star::frame::XModuleManager >(
m_xSMgr->createInstance(
rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM(
- "drafts.com.sun.star.frame.ModuleManager" ) ) ),
+ "com.sun.star.frame.ModuleManager" ) ) ),
uno::UNO_QUERY );
}
catch ( uno::Exception const & )
@@ -735,7 +735,7 @@ bool OfficeDocumentsManager::isOfficeDocument(
{
OSL_ENSURE( false, "Caught IllegalArgumentException!" );
}
- catch ( drafts::com::sun::star::frame::UnknownModuleException const & )
+ catch ( ::com::sun::star::frame::UnknownModuleException const & )
{
OSL_ENSURE( false, "Caught UnknownModuleException!" );
}