From 1acf6e4de8dfd2f932f586f551e6e694c4e33e38 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 1 Mar 2005 18:21:57 +0000 Subject: [PATCH] INTEGRATION: CWS removedrafts (1.3.66); FILE MERGED 2005/02/17 14:25:50 cd 1.3.66.1: #i42557# Move UNOIDL types from drafts to com --- ucb/source/ucp/tdoc/tdoc_docmgr.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ucb/source/ucp/tdoc/tdoc_docmgr.hxx b/ucb/source/ucp/tdoc/tdoc_docmgr.hxx index fc6070640dde..9e4588d15192 100644 --- a/ucb/source/ucp/tdoc/tdoc_docmgr.hxx +++ b/ucb/source/ucp/tdoc/tdoc_docmgr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tdoc_docmgr.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-06-11 12:32:18 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:21:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ #include "com/sun/star/document/XEventListener.hpp" #include "com/sun/star/embed/XStorage.hpp" #include "com/sun/star/frame/XModel.hpp" -#include "drafts/com/sun/star/frame/XModuleManager.hpp" +#include "com/sun/star/frame/XModuleManager.hpp" namespace tdoc_ucp { @@ -177,7 +177,7 @@ namespace tdoc_ucp { com::sun::star::uno::Reference< com::sun::star::document::XEventBroadcaster > m_xDocEvtNotifier; com::sun::star::uno::Reference< - drafts::com::sun::star::frame::XModuleManager > m_xModuleMgr; + com::sun::star::frame::XModuleManager > m_xModuleMgr; DocumentList m_aDocs; OfficeDocumentsEventListener * m_pDocEventListener; };