diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-23 01:41:42 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-23 02:23:07 -0400 |
commit | 124c020f4290911d2bfb8216c9680734722c8db7 (patch) | |
tree | c161f7be18a1a9fb2045ce953459c21da75de0e0 /sc/inc/sc.hrc | |
parent | e58eb031374fb18aa82654c01d0f0841a437c667 (diff) |
Receive the file open command in Calc in order to pass doc service name.
This way the type detection is guaranteed to receive the document service
name whenever a file is being opened from Calc.
Change-Id: I0eec06d4ca1f3f30bcbc5685af73392276990d69
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 59b6564f26ca..1860bcf3e1dd 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -296,6 +296,7 @@ #define FID_DOC_MANAGER (SC_FUNCTION_START + 1) #define FID_CURSOR_ENTER (SC_FUNCTION_START + 2) #define SID_MAIL (SC_FUNCTION_START + 3) +#define SID_OPEN_CALC (SC_FUNCTION_START + 4) #define FILE_MENU_END (SC_FUNCTION_START + 20) #define EDIT_MENU_START (FILE_MENU_END) |