diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-18 03:08:28 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-23 06:25:31 +0100 |
commit | 411d95598f4e5acd0d8cb16b5db1edf57a20469d (patch) | |
tree | 5ba40c90ed1e529dacb9a89a3abdd2dd691a6aab /sc/inc/globalnames.hxx | |
parent | 7f8deb4f90b129183778f977da2d22a147b5eb3f (diff) |
Manage Names: add most logic to Define Name dialog
missing are:
-undo
-range options
-help
-test for correct expression is not working
Diffstat (limited to 'sc/inc/globalnames.hxx')
-rw-r--r-- | sc/inc/globalnames.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/globalnames.hxx b/sc/inc/globalnames.hxx index a36fa5b93f12..33ac520c8a5f 100644 --- a/sc/inc/globalnames.hxx +++ b/sc/inc/globalnames.hxx @@ -32,6 +32,8 @@ #define STR_DB_LOCAL_NONAME "__Anonymous_Sheet_DB__" #define STR_DB_GLOBAL_NONAME "__Anonymous_DB__" +#define STR_GLOBAL_RANGE_NAME "__Global_Range_Name__" + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |