diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:27:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:27:01 +0000 |
commit | d9d817e7b32cb2859ac5a81a887eebcb6eddb5b6 (patch) | |
tree | a338cec6fe63cac3de117507eb1b85d3e3e61097 /sc/inc/unonames.hxx | |
parent | 453bf4a1681ca6fb6639f2fb33da6ebbf388c091 (diff) |
INTEGRATION: CWS xmlfilter03_DEV300 (1.75.2); FILE MERGED
2008/02/18 16:14:07 dr 1.75.2.2: RESYNC: (1.75-1.76); FILE MERGED
2008/02/06 10:59:37 dr 1.75.2.1: shared formula property for defined names
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r-- | sc/inc/unonames.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index 281d123c45d0..314d08834460 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unonames.hxx,v $ * - * $Revision: 1.76 $ + * $Revision: 1.77 $ * - * last change: $Author: ihi $ $Date: 2008-02-05 15:43:36 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:27:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -299,6 +299,7 @@ #define SC_UNONAME_FROMSELECT "FromSelection" #define SC_UNONAME_CONRES "ConnectionResource" #define SC_UNONAME_TOKENINDEX "TokenIndex" +#define SC_UNONAME_ISSHAREDFMLA "IsSharedFormula" // text fields #define SC_UNONAME_ANCTYPE "AnchorType" |