summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-13 08:04:04 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-13 08:04:04 +0000
commit5a5f2391d94546b21f249c5b602be217bff686cd (patch)
tree56f616b610f1f583b91620f4fe0192e0c7b36bda /sc/inc/address.hxx
parent822efcb030a96006d2c212b13f760ed12e698599 (diff)
INTEGRATION: CWS jgarrays (1.12.54); FILE MERGED
2007/05/22 15:32:01 jodygoldberg 1.12.54.1: Issue number: 21149 Submitted by: jodygoldberg@openoffice.org Reviewed by: er drops the O(N^2) algorithm for DDE matrix export in favour of just doing it inline.
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r--sc/inc/address.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 25fbe1ae48be..bb62d404b3b8 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: address.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 11:52:12 $
+ * last change: $Author: obo $ $Date: 2007-06-13 09:04:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -258,6 +258,7 @@ public:
CONV_OOO = 0, /* 'doc'#sheet.A1:sheet2.B2 */
CONV_XL_A1, /* [doc]sheet:sheet2!A1:B2 */
CONV_XL_R1C1, /* [doc]sheet:sheet2!R1C1:R2C2 */
+ CONV_XL_OOX, /* [#]sheet:sheet2!A1:B2 */
CONV_LOTUS_A1, /* external? 3d? A1.B2 <placeholder/> */