summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 15:54:35 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 15:54:35 +0000
commite5438a789671fe62d4e25abd02106a18c8a3f280 (patch)
treed478e05104e0a88a10ad0af60fffd317144948a1 /sc/source
parent0759bc95943be4ae6ee1d0233601e4938b8f14bd (diff)
INTEGRATION: CWS pchfix04 (1.28.104); FILE MERGED
2007/04/26 04:04:01 hjs 1.28.104.2: RESYNC: (1.28-1.29); FILE MERGED 2007/02/05 08:35:28 os 1.28.104.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/app/transobj.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/app/transobj.cxx b/sc/source/ui/app/transobj.cxx
index 14ad9cf0b255..00dacf4271c5 100644
--- a/sc/source/ui/app/transobj.cxx
+++ b/sc/source/ui/app/transobj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: transobj.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 12:58:49 $
+ * last change: $Author: kz $ $Date: 2007-05-10 16:54:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,7 +42,7 @@
#include "scitems.hxx"
#include <svx/eeitem.hxx>
-#define ITEMID_FIELD EE_FEATURE_FIELD
+
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/embed/XTransactedObject.hpp>