diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-01 11:28:31 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-03 20:28:15 -0400 |
commit | a5c8e9a8cec4202ddc7bac60dd38c5782fa3b2cc (patch) | |
tree | 7b7f5393100a4afb3a421a1e5bd72cbcd342097a /sc/inc/servuno.hxx | |
parent | 4aeb8aff9e418aef1fde4b2b60333216cc527f13 (diff) |
Properly import DateTimeField.
Change-Id: Ib56655b3306f9be035e1f59d233e0a118f247e37
Diffstat (limited to 'sc/inc/servuno.hxx')
-rw-r--r-- | sc/inc/servuno.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx index 9adca2a1dc93..04abac7c2f15 100644 --- a/sc/inc/servuno.hxx +++ b/sc/inc/servuno.hxx @@ -98,9 +98,11 @@ class ScDocShell; #define SC_SERVICE_VBACODENAMEPROVIDER 41 #define SC_SERVICE_VBAGLOBALS 42 -#define SC_SERVICE_COUNT 43 + +#define SC_SERVICE_COUNT 44 #define SC_SERVICE_INVALID USHRT_MAX +#define SC_SERVICE_EXT_TIMEFIELD 43 class ScServiceProvider { |