Kaydet (Commit) a411d772 authored tarafından Caolán McNamara's avatar Caolán McNamara

allow system-libepubgen to limp along

Change-Id: I038421749ed6f20d74984beb2e703ffa43a09ff3
Reviewed-on: https://gerrit.libreoffice.org/42620Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 0fbfdce3
...@@ -25,6 +25,17 @@ ...@@ -25,6 +25,17 @@
using namespace com::sun::star; 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 namespace writerperfect
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment