INTEGRATION: CWS ooo11rc2 (1.10.12); FILE MERGED

2003/07/14 15:18:56 fa 1.10.12.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only.

http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16611

Dan
fa@ooo
This commit is contained in:
Jens-Heiner Rechtien
2003-07-16 16:52:12 +00:00
parent 927e9697a0
commit afc564da91

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: implbase.cxx,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: vg $ $Date: 2003-07-11 10:41:51 $
* last change: $Author: hr $ $Date: 2003-07-16 17:52:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ using namespace ::rtl;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
#if defined(MACOSX)
#if defined( MACOSX ) && ( __GNUC__ < 3 )
// Initialize static template data here to break circular reference to libstatic
#include <com/sun/star/registry/XSimpleRegistry.hpp>
#include <com/sun/star/beans/PropertyChangeEvent.hpp>