diff options
Diffstat (limited to 'sc/inc/servuno.hxx')
-rw-r--r-- | sc/inc/servuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx index 785e5e4049d0..e45d80e742c7 100644 --- a/sc/inc/servuno.hxx +++ b/sc/inc/servuno.hxx @@ -91,8 +91,9 @@ class ScDocShell; #define SC_SERVICE_FORMULAPARS 38 #define SC_SERVICE_OPCODEMAPPER 39 #define SC_SERVICE_VBACODENAMEPROVIDER 40 +#define SC_SERVICE_VBAGLOBALS 41 -#define SC_SERVICE_COUNT 41 +#define SC_SERVICE_COUNT 42 #define SC_SERVICE_INVALID USHRT_MAX |