summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/impedit2.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:57:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:57:41 +0000
commitc571bb981c230b79f4f56f56b6c145dac611c509 (patch)
tree8dfb69397e290be308591ce7159cf3e96c07033f /svx/source/editeng/impedit2.cxx
parentINTEGRATION: CWS ooo11rc2 (1.3.308); FILE MERGED (diff)
downloadcore-c571bb981c230b79f4f56f56b6c145dac611c509.tar.gz
core-c571bb981c230b79f4f56f56b6c145dac611c509.zip
INTEGRATION: CWS ooo11rc2 (1.88.4); FILE MERGED
2003/07/15 03:16:21 fa 1.88.4.1: Conditionalize OS X + gcc 2.95 hacks for gcc 2.95 only. http://www.openoffice.org/issues/show_bug.cgi?id=16851 Contributor: Kevin Hendricks Dan fa@ooo
Diffstat (limited to 'svx/source/editeng/impedit2.cxx')
-rw-r--r--svx/source/editeng/impedit2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit2.cxx b/svx/source/editeng/impedit2.cxx
index d864913965c4..3a8f80574dc7 100644
--- a/svx/source/editeng/impedit2.cxx
+++ b/svx/source/editeng/impedit2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impedit2.cxx,v $
*
- * $Revision: 1.88 $
+ * $Revision: 1.89 $
*
- * last change: $Author: vg $ $Date: 2003-07-01 14:51:19 $
+ * last change: $Author: hr $ $Date: 2003-07-16 17:57:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,7 +133,7 @@
#include <unicode/ubidi.h>
-#ifdef MACOSX
+#if defined(MACOSX) && ( __GNUC__ < 3 )
// moved from editundo.hxx
const EPaM& EditUndoRemoveChars::GetEPaM() { return aEPaM; }
String& EditUndoRemoveChars::GetStr() { return aText; }