Tag: cws_src680_dba24 User: oj Date: 05/03/08 02:17:19 Modified: /dba/dbaccess/source/ui/browser/ unodatbr.cxx
Log: RESYNC: (1.166-1.167); FILE MERGED 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.165.4.4&r2=1.165.4.5 Delta lines: +5 -5 ------------------- --- unodatbr.cxx 21 Feb 2005 13:10:59 -0000 1.165.4.4 +++ unodatbr.cxx 8 Mar 2005 10:17:16 -0000 1.165.4.5 @@ -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 @@ -3721,7 +3721,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]
