From e58eb031374fb18aa82654c01d0f0841a437c667 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 22 May 2012 23:47:11 -0400 Subject: Add mechanism to pass doc service name to the descriptor when opening a file. This info will be used during type detection for more clever filter selection. Change-Id: I66a52ff6f425e97884afd1c85831c11381fb695d --- sfx2/inc/sfx2/sfxsids.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2/inc') diff --git a/sfx2/inc/sfx2/sfxsids.hrc b/sfx2/inc/sfx2/sfxsids.hrc index fbd8995215d4..53fd3ee87b1c 100644 --- a/sfx2/inc/sfx2/sfxsids.hrc +++ b/sfx2/inc/sfx2/sfxsids.hrc @@ -160,6 +160,7 @@ #define SID_RELOAD (SID_SFX_START + 508) #define SID_PRINTDOCDIRECT (SID_SFX_START + 509) #define SID_PICKLIST (SID_SFX_START + 510) +#define SID_DOC_SERVICE (SID_SFX_START + 511) #define SID_ATTR_XWINDOW (SID_SFX_START + 777) #define SID_PLUGIN_MODE (SID_SFX_START + 827) #define SID_EXPORTDOC (SID_SFX_START + 829) -- cgit