diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:46:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:46:12 +0000 |
commit | 45c2c2ddfdf1af1f86b2689f8de1a303c7dda182 (patch) | |
tree | e34e898cf89d5521231b354b5659734131377b03 /tools/inc | |
parent | 98a4b82da91127adcd6d39b2ea9f23de7d040dfb (diff) |
INTEGRATION: CWS pj65 (1.3.70); FILE MERGED
2006/10/24 06:31:28 pjanik 1.3.70.1: #i70651#: Prevent warnings on Mac OS X.
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/impcont.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/inc/impcont.hxx b/tools/inc/impcont.hxx index 068b739c41ed..9e7690a394b0 100644 --- a/tools/inc/impcont.hxx +++ b/tools/inc/impcont.hxx @@ -4,9 +4,9 @@ * * $RCSfile: impcont.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:25:53 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:46:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -144,6 +144,11 @@ inline void* Container::ImpGetObject( ULONG nIndex ) const |* *************************************************************************/ +// #i70651#: Prevent warnings on Mac OS X +#ifdef MACOSX +#pragma GCC system_header +#endif + inline void** Container::ImpGetOnlyNodes() const { if ( (pFirstBlock == pLastBlock) && pFirstBlock ) |