From ab02a7220d15e054783ecc1e45297033d3a7dada Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 22 May 2007 18:40:18 +0000 Subject: INTEGRATION: CWS chart2mst3 (1.6.10); FILE MERGED 2005/10/08 06:50:28 bm 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2004/05/05 14:47:36 sab 1.6.10.1: #i10734#; have access to the absolut name of every cellrange --- sc/inc/unowids.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sc/inc/unowids.hxx') diff --git a/sc/inc/unowids.hxx b/sc/inc/unowids.hxx index 1a6beeacf27a..e22a3eacc98b 100644 --- a/sc/inc/unowids.hxx +++ b/sc/inc/unowids.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unowids.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:02:26 $ + * last change: $Author: vg $ $Date: 2007-05-22 19:40:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,7 +89,8 @@ #define SC_WID_UNO_COPYFORM ( SC_WID_UNO_START + 36 ) #define SC_WID_UNO_TABLAYOUT ( SC_WID_UNO_START + 37 ) #define SC_WID_UNO_AUTOPRINT ( SC_WID_UNO_START + 38 ) -#define SC_WID_UNO_END ( SC_WID_UNO_START + 38 ) +#define SC_WID_UNO_ABSNAME ( SC_WID_UNO_START + 39 ) +#define SC_WID_UNO_END ( SC_WID_UNO_START + 39 ) inline BOOL IsScUnoWid( USHORT nWid ) -- cgit