diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:52:37 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:52:37 +0000 |
commit | 585ede9571ff62ed8ae0d2597f55394f4acf87c2 (patch) | |
tree | e53e65a70434387420c07c5460f0d377069b2274 /sc/source | |
parent | 3922cb8ca94ec254dc9ed0b69b529f17055b5fc8 (diff) |
INTEGRATION: CWS pchfix04 (1.29.104); FILE MERGED
2007/04/26 04:43:29 hjs 1.29.104.3: RESYNC: (1.30-1.31); FILE MERGED
2007/02/13 16:26:52 hjs 1.29.104.2: RESYNC: (1.29-1.30); FILE MERGED
2007/02/05 08:35:26 os 1.29.104.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleCell.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleCell.cxx b/sc/source/ui/Accessibility/AccessibleCell.cxx index 3068a786e969..0a73a1b4f459 100644 --- a/sc/source/ui/Accessibility/AccessibleCell.cxx +++ b/sc/source/ui/Accessibility/AccessibleCell.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleCell.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: vg $ $Date: 2007-02-27 12:53:53 $ + * last change: $Author: kz $ $Date: 2007-05-10 16:52:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,7 +43,7 @@ #include "scitems.hxx" #endif #include <svx/eeitem.hxx> -#define ITEMID_FIELD EE_FEATURE_FIELD + #ifndef _SC_ACCESSIBLETEXT_HXX #include "AccessibleText.hxx" |