[Libreoffice-commits] core.git: writerperfect/source

Caolán McNamara caolanm at redhat.com
Fri Sep 22 09:01:00 UTC 2017


 writerperfect/source/writer/EPUBExportFilter.cxx |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit a411d7729ab2bed05c3c5d22a8cbcf5dde034b91
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Sep 22 09:05:22 2017 +0100

    allow system-libepubgen to limp along
    
    Change-Id: I038421749ed6f20d74984beb2e703ffa43a09ff3
    Reviewed-on: https://gerrit.libreoffice.org/42620
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/writerperfect/source/writer/EPUBExportFilter.cxx b/writerperfect/source/writer/EPUBExportFilter.cxx
index f30f18bb6735..a00ad51a8488 100644
--- a/writerperfect/source/writer/EPUBExportFilter.cxx
+++ b/writerperfect/source/writer/EPUBExportFilter.cxx
@@ -25,6 +25,17 @@
 
 using namespace com::sun::star;
 
+#if !LIBEPUBGEN_VERSION_SUPPORT
+namespace libepubgen
+{
+    enum EPUBStylesMethod
+    {
+        EPUB_STYLES_METHOD_CSS, //< The styles will be described in a seprarate CSS file.
+        EPUB_STYLES_METHOD_INLINE, //< The styles will be described inline.
+    };
+}
+#endif
+
 namespace writerperfect
 {
 


More information about the Libreoffice-commits mailing list