summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 16:00:50 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 16:00:50 +0000
commit57d5a82ae7ce9a7c920db93b797fa7f51a13d1ff (patch)
tree374f8ebd2d02086a42bca86af613d745ce9fbfaa /sc
parent7588961606dbe20ebe32cf483f8124030ca16898 (diff)
INTEGRATION: CWS pchfix04 (1.79.22); FILE MERGED
2007/04/26 04:29:32 hjs 1.79.22.2: RESYNC: (1.79-1.80); FILE MERGED 2007/02/05 08:35:36 os 1.79.22.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/gridwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 106a4516ffc9..155f4c63c3e2 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gridwin.cxx,v $
*
- * $Revision: 1.80 $
+ * $Revision: 1.81 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:51:41 $
+ * last change: $Author: kz $ $Date: 2007-05-10 17:00:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,7 +58,7 @@
// INCLUDE ---------------------------------------------------------------
#include "scitems.hxx"
-#define ITEMID_FIELD EE_FEATURE_FIELD
+
#include <memory> //auto_ptr
#include <svx/adjitem.hxx>