writerperfect/source/writer/EPUBExportFilter.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+)
New commits: commit a411d7729ab2bed05c3c5d22a8cbcf5dde034b91 Author: Caolán McNamara <[email protected]> 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 <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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 {
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
