summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/impedit2.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:47:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:47:47 +0000
commit15168ed853bdfc6928f4b05814b6ed1568df278c (patch)
treeaf0afa8181b52f6ad8c3022dd9615299dd72d2a3 /svx/source/editeng/impedit2.cxx
parentINTEGRATION: CWS geordi2q14 (1.4.270); FILE MERGED (diff)
downloadcore-15168ed853bdfc6928f4b05814b6ed1568df278c.tar.gz
core-15168ed853bdfc6928f4b05814b6ed1568df278c.zip
INTEGRATION: CWS geordi2q14 (1.92.58); FILE MERGED
2004/01/30 14:15:47 hr 1.92.58.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'svx/source/editeng/impedit2.cxx')
-rw-r--r--svx/source/editeng/impedit2.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/svx/source/editeng/impedit2.cxx b/svx/source/editeng/impedit2.cxx
index a812b65256f4..37e7a3884fd6 100644
--- a/svx/source/editeng/impedit2.cxx
+++ b/svx/source/editeng/impedit2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impedit2.cxx,v $
*
- * $Revision: 1.92 $
+ * $Revision: 1.93 $
*
- * last change: $Author: vg $ $Date: 2003-12-17 14:19:47 $
+ * last change: $Author: hr $ $Date: 2004-02-02 20:47:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,12 +133,6 @@
#include <unicode/ubidi.h>
-#if defined(MACOSX) && ( __GNUC__ < 3 )
-// moved from editundo.hxx
-const EPaM& EditUndoRemoveChars::GetEPaM() { return aEPaM; }
-String& EditUndoRemoveChars::GetStr() { return aText; }
-#endif
-
using namespace ::com::sun::star;
USHORT lcl_CalcExtraSpace( ParaPortion* pPortion, const SvxLineSpacingItem& rLSItem )