Tag: cws_src680_odbmacros2 User: fs Date: 2008-01-28 11:39:45+0000 Modified: dba/reportdesign/source/ui/report/ReportController.cxx
Log: new include necessary File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: ReportController.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportController.cxx?r1=1.6&r2=1.6.34.1 Delta lines: +6 -3 ------------------- --- ReportController.cxx 2007-11-27 11:58:48+0000 1.6 +++ ReportController.cxx 2008-01-28 11:39:42+0000 1.6.34.1 @@ -4,9 +4,9 @@ * * $RCSfile: ReportController.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.6.34.1 $ * - * last change: $Author: ihi $ $Date: 2007/11/27 11:58:48 $ + * last change: $Author: fs $ $Date: 2008/01/28 11:39:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -253,6 +253,9 @@ #ifndef _SFXITEMSET_HXX //autogen wg. SfxItemSet #include <svtools/itemset.hxx> #endif +#ifndef _VOS_MUTEX_HXX_ +#include <vos/mutex.hxx> +#endif #ifndef RPTUI_PROPERTYSETFORWARD_HXX #include "PropertyForward.hxx" #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
