summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-22 23:47:11 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-23 02:23:07 -0400
commite58eb031374fb18aa82654c01d0f0841a437c667 (patch)
tree50ed77ce50312f0fc0508fb00e772222a50726c3 /sfx2/inc
parent7e656661684669b6d34d3f813d53fad9d9ffd047 (diff)
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
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/sfxsids.hrc1
1 files changed, 1 insertions, 0 deletions
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)