diff options
author | Sascha Ballach <sab@openoffice.org> | 2002-09-27 11:10:21 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2002-09-27 11:10:21 +0000 |
commit | 9070d813abfa5fbc0707d7340cd90dfc70314220 (patch) | |
tree | 4c8578c50ae9ee0369b0c1dbba6c90a2820f51de /sc/inc | |
parent | e15ee1e939a821d831edb5ed03f534840bd0e548 (diff) |
#93295#; add property BasicLibraries
Diffstat (limited to 'sc/inc')
-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 2e4b83638204..b0dd7c6ecef0 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unonames.hxx,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: nn $ $Date: 2002-09-09 13:57:14 $ + * last change: $Author: sab $ $Date: 2002-09-27 12:10:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -436,6 +436,7 @@ #define SC_UNO_SPELLONLINE "SpellOnline" #define SC_UNO_STANDARDDEC "StandardDecimals" #define SC_UNO_REGEXENABLED "RegularExpressions" +#define SC_UNO_BASICLIBRARIES "BasicLibraries" // document properties from FormModel #define SC_UNO_APPLYFMDES "ApplyFormDesignMode" |