diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:03:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 14:03:54 +0000 |
commit | ea152b320ce2d88cc51d82552cc8f678ec6041ec (patch) | |
tree | 88ec9fe132cb1cf3a642cf84933519a4f9d39b53 /svx/source/unoedit | |
parent | d769a0b53bc8eb426b976978a8ba37246d8b8455 (diff) |
INTEGRATION: CWS pchfix04 (1.24.86); FILE MERGED
2007/02/05 12:14:17 os 1.24.86.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx/source/unoedit')
-rw-r--r-- | svx/source/unoedit/unotext2.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/unoedit/unotext2.cxx b/svx/source/unoedit/unotext2.cxx index 3ec236a638c6..6b863eb95684 100644 --- a/svx/source/unoedit/unotext2.cxx +++ b/svx/source/unoedit/unotext2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unotext2.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:28:46 $ + * last change: $Author: kz $ $Date: 2007-05-10 15:03:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,6 @@ #include <eeitem.hxx> -#define ITEMID_FIELD EE_FEATURE_FIELD #include "flditem.hxx" #include "unofield.hxx" #include "unotext.hxx" |