User: obo Date: 05/03/16 07:49:21 Modified: /dba/dbaccess/source/core/dataaccess/ documentdefinition.cxx
Log: #i10000# drafts obsolete File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentdefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.cxx?r1=1.22&r2=1.23 Delta lines: +6 -6 ------------------- --- documentdefinition.cxx 15 Mar 2005 11:33:00 -0000 1.22 +++ documentdefinition.cxx 16 Mar 2005 15:49:18 -0000 1.23 @@ -2,9 +2,9 @@ * * $RCSfile: documentdefinition.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: obo $ $Date: 2005/03/15 11:33:00 $ + * last change: $Author: obo $ $Date: 2005/03/16 15:49:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -224,8 +224,8 @@ #ifndef _COM_SUN_STAR_TASK_XINTERACTIONDISAPPROVE_HPP_ #include <com/sun/star/task/XInteractionDisapprove.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 _CPPUHELPER_COMPBASE1_HXX_ #include <cppuhelper/compbase1.hxx> @@ -725,7 +725,7 @@ // Layout manager should not layout while the size is still not restored // so it will stay locked for this time - Reference< ::drafts::com::sun::star::frame::XLayoutManager > xLayoutManager; + Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; if ( xFrame.is() ) { try --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
