summaryrefslogtreecommitdiff
path: root/sc/inc/unowids.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 18:40:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 18:40:18 +0000
commitab02a7220d15e054783ecc1e45297033d3a7dada (patch)
tree5045780f35525e00e7acb50efb4590198e10ce7d /sc/inc/unowids.hxx
parent10e9505d2e6e6be9e08e8cafdc6955e2d0442bc6 (diff)
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
Diffstat (limited to 'sc/inc/unowids.hxx')
-rw-r--r--sc/inc/unowids.hxx7
1 files changed, 4 insertions, 3 deletions
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 )