summaryrefslogtreecommitdiff
path: root/sw/inc/fmturl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-08-23 12:23:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-08-23 12:23:56 +0000
commit283def1c3ad73f75ce7d3240d5d273dad3e34c03 (patch)
treeb92ebaa15d3bd9952835f8ce884551ac2eab848c /sw/inc/fmturl.hxx
parentf63fbc040021f7e996664012f74eb88a4a2768c3 (diff)
#101685#,#i6886# merge OOO_STABLE_1_PORTS (1.2-1.2.20.1) -> HEAD
Diffstat (limited to 'sw/inc/fmturl.hxx')
-rw-r--r--sw/inc/fmturl.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/fmturl.hxx b/sw/inc/fmturl.hxx
index 8a6c039924e4..72a2d0bf2126 100644
--- a/sw/inc/fmturl.hxx
+++ b/sw/inc/fmturl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmturl.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2001-05-13 03:32:47 $
+ * last change: $Author: hr $ $Date: 2002-08-23 13:23:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,11 +121,15 @@ public:
void SetName( const String& rNm ) { sName = rNm; }
};
+
+#ifndef MACOSX
+// GrP moved to gcc_outl.cxx; revisit with gcc3
inline const SwFmtURL &SwAttrSet::GetURL(BOOL bInP) const
{ return (const SwFmtURL&)Get( RES_URL,bInP); }
inline const SwFmtURL &SwFmt::GetURL(BOOL bInP) const
{ return aSet.GetURL(bInP); }
+#endif
#endif