diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-02-21 10:33:30 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-02-21 10:33:30 +0000 |
commit | 6e662beab41105b0e5333d0c782035f316b08749 (patch) | |
tree | 8a2595288d83e15704ab0eac5f18bfdbe2e8ad2f /sc/inc/unonames.hxx | |
parent | cf7b275122cf2480c23e7313c54e3f38ade9d75b (diff) |
IsUserDefined
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 5e320a65d41b..2f6a6c470c3b 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unonames.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: nn $ $Date: 2001-01-15 17:00:10 $ + * last change: $Author: nn $ $Date: 2001-02-21 11:32:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -213,6 +213,7 @@ #define SC_UNONAME_INSBRK "InsertPageBreaks" #define SC_UNONAME_KEEPFORM "KeepFormats" #define SC_UNONAME_MOVCELLS "MoveCells" +#define SC_UNONAME_ISUSER "IsUserDefined" #define SC_UNONAME_NATIVE "Native" #define SC_UNONAME_REGEXP "RegularExpressions" #define SC_UNONAME_SAVEOUT "SaveOutputPosition" |