diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:57:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:57:35 +0000 |
commit | 2b18c4d2099912ebdd3bcb0d247a0c6f3931092f (patch) | |
tree | 7476a0b7a4c7a553e7c5affa4ea4a6fc2e8a1634 | |
parent | 31642f15a7af7355d94943cce044fab7a2c7719e (diff) |
INTEGRATION: CWS removedrafts (1.53.64); FILE MERGED
2005/02/17 14:02:10 cd 1.53.64.1: #i42557# Move UNOIDL types from drafts to com
-rw-r--r-- | sfx2/source/appl/appserv.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index c660dcc5945a..d9a7c6a4950e 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appserv.cxx,v $ * - * $Revision: 1.54 $ + * $Revision: 1.55 $ * - * last change: $Author: vg $ $Date: 2005-02-25 13:07:37 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:57:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,8 +95,8 @@ #ifndef _COM_SUN_STAR_UTIL_CloseVetoException_HPP_ #include <com/sun/star/util/CloseVetoException.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_FRAME_XLAYOUTMANAGER_HPP_ -#include <drafts/com/sun/star/frame/XLayoutManager.hpp> +#ifndef _COM_SUN_STAR_FRAME_XLAYOUTMANAGER_HPP_ +#include <com/sun/star/frame/XLayoutManager.hpp> #endif #ifndef _COM_SUN_STAR_EMBED_XSTORAGE_HPP_ @@ -631,7 +631,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq ) xFrame = xDesktop->getActiveFrame(); Reference< com::sun::star::beans::XPropertySet > xPropSet( xFrame, UNO_QUERY ); - Reference< drafts::com::sun::star::frame::XLayoutManager > xLayoutManager; + Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; if ( xPropSet.is() ) { try |