summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xlescher.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 12:46:50 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 12:46:50 +0000
commit6f71b69a45cb6b08f8548b0aab1f1bc18553ab40 (patch)
treee29e605c549561ecd807ddb51e0f40e91dc103f1 /sc/source/filter/inc/xlescher.hxx
parent616b08117704724aef4db5f6a646210fd7843944 (diff)
INTEGRATION: CWS dr32 (1.13.2); FILE MERGED
2005/01/20 11:42:40 dr 1.13.2.1: #i39025# add autoload property
Diffstat (limited to 'sc/source/filter/inc/xlescher.hxx')
-rw-r--r--sc/source/filter/inc/xlescher.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/xlescher.hxx b/sc/source/filter/inc/xlescher.hxx
index e50af3e57f4c..2721dfbf16c5 100644
--- a/sc/source/filter/inc/xlescher.hxx
+++ b/sc/source/filter/inc/xlescher.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xlescher.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2005-01-14 12:12:52 $
+ * last change: $Author: vg $ $Date: 2005-02-21 13:46:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
#ifndef SC_XLESCHER_HXX
#define SC_XLESCHER_HXX
@@ -138,6 +137,7 @@ const sal_uInt16 EXC_OBJ_CMO_PRINTABLE = 0x0010; /// Object printable
// ftPioGrbit: flags
const sal_uInt16 EXC_OBJ_PIO_LINKED = 0x0002;
const sal_uInt16 EXC_OBJ_PIO_SYMBOL = 0x0008;
+const sal_uInt16 EXC_OBJ_PIO_AUTOLOAD = 0x0200;
// ftCbls: Check box/radio button data
const sal_uInt16 EXC_OBJ_CBLS_STATEMASK = 0x0003;