User: kz Date: 05/03/01 11:16:09 Modified: /dba/dbaccess/source/ui/browser/ unodatbr.cxx
Log: INTEGRATION: CWS removedrafts (1.165.18); FILE MERGED 2005/02/17 12:40:51 cd 1.165.18.1: #i42557# move UNOIDL types from drafts to com File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: unodatbr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.166&r2=1.167 Delta lines: +5 -5 ------------------- --- unodatbr.cxx 17 Feb 2005 11:06:48 -0000 1.166 +++ unodatbr.cxx 1 Mar 2005 19:16:06 -0000 1.167 @@ -110,8 +110,8 @@ #ifndef _COM_SUN_STAR_SDBCX_XRENAME_HPP_ #include <com/sun/star/sdbcx/XRename.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 _URLOBJ_HXX //autogen #include <tools/urlobj.hxx> @@ -351,8 +351,8 @@ using namespace ::dbtools; using namespace ::svx; -using ::drafts::com::sun::star::frame::XLayoutManager; // obsolete of interface is moved outside drafts -using ::drafts::com::sun::star::ui::XUIElement; // dito +using ::com::sun::star::frame::XLayoutManager; // obsolete of interface is moved outside drafts +using ::com::sun::star::ui::XUIElement; // dito // ......................................................................... namespace dbaui @@ -3731,7 +3731,7 @@ } else if ( !m_bPreview ) { - Reference< drafts::com::sun::star::frame::XLayoutManager > xLayoutManager = getLayoutManager(_xFrame); + Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager = getLayoutManager(_xFrame); if ( xLayoutManager.is() ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
