summaryrefslogtreecommitdiff
path: root/sw/inc/fmturl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 17:07:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 17:07:02 +0000
commita00703e8a93ccbc66c00d91fd7b3817d8a29e6f2 (patch)
treee08c49ae84b034b3b2c8056c4d52e6b47c8f0381 /sw/inc/fmturl.hxx
parent4f5ad130e8cff60f9fde2dd12170194d38ccdc6b (diff)
INTEGRATION: CWS ooo11rc2 (1.3.272); FILE MERGED
2003/07/15 03:08:54 fa 1.3.272.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only. http://www.openoffice.org/issues/show_bug.cgi?id=16849 Contributor: Kevin Hendricks Dan fa@ooo
Diffstat (limited to 'sw/inc/fmturl.hxx')
-rw-r--r--sw/inc/fmturl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fmturl.hxx b/sw/inc/fmturl.hxx
index 72a2d0bf2126..2fff60a00683 100644
--- a/sw/inc/fmturl.hxx
+++ b/sw/inc/fmturl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmturl.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2002-08-23 13:23:56 $
+ * last change: $Author: hr $ $Date: 2003-07-16 18:07:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,7 +122,7 @@ public:
};
-#ifndef MACOSX
+#if ! (defined(MACOSX) && ( __GNUC__ < 3 ))
// GrP moved to gcc_outl.cxx; revisit with gcc3
inline const SwFmtURL &SwAttrSet::GetURL(BOOL bInP) const
{ return (const SwFmtURL&)Get( RES_URL,bInP); }