From eef3b0182af2f6196eb4c2a402d72eeaed069083 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 20 Sep 2017 17:04:35 +0200 Subject: 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 --- .../data/org/openoffice/Office/UI/GenericCommands.xcu | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index ff7788129b3c..6e4ec8c1dd12 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4855,6 +4855,20 @@ 1 + + + EPUB + + + ~Export as EPUB... + + + Export as EPUB + + + 1 + + ~Customize... -- cgit