diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-09-20 17:04:35 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-09-20 17:04:35 +0200 |
commit | eef3b0182af2f6196eb4c2a402d72eeaed069083 (patch) | |
tree | 59a6d25427fef2d65bb27732339b15b3f95e7e09 /include | |
parent | 321c2d4426bf9f856e780c3ad089286d92265047 (diff) |
EPUB export: add uno command to trigger the filter
This is quite similar to PDF, except that by default the File menu
doesn't advertise this command. Possible to add it via Tools ->
Customize -> Menus -> Search -> EPUB.
(Reasoning for having a dedicated UNO command for EPUB is an increasing
amount of users look at EPUB as the new PDF, given how non-reflowable
PDF is hard to read on mobile devices, while EPUB is primarily
reflowable.)
Change-Id: Ib80f784a630a192f5b6ffbbfc60cb565fda7ed37
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 7ed7e1e0c728..062117dc4b4f 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -125,6 +125,7 @@ #define SID_EXPORTDOC (SID_SFX_START + 829) #define SID_EXPORTDOCASPDF (SID_SFX_START + 1673) #define SID_DIRECTEXPORTDOCASPDF (SID_SFX_START + 1674) +#define SID_EXPORTDOCASEPUB (SID_SFX_START + 1677) #define SID_UPDATEDOCMODE (SID_SFX_START + 1668) #define SID_CHECKOUT (SID_SFX_START + 512) #define SID_CANCELCHECKOUT (SID_SFX_START + 513) |