Tag: cws_src680_dba25 User: fs Date: 05/03/08 01:01:54 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.166.4.2&r2=1.166.4.3 Delta lines: +8 -8 ------------------- --- unodatbr.cxx 4 Mar 2005 08:04:15 -0000 1.166.4.2 +++ unodatbr.cxx 8 Mar 2005 09:01:51 -0000 1.166.4.3 @@ -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> @@ -348,8 +348,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 @@ -3738,7 +3738,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]
