diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-11-23 17:10:53 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-11-24 09:03:39 +0100 |
commit | ccd2888110a7074763e6a948f4c5da29f2196d40 (patch) | |
tree | bc2a419586b0235bd42f75be4f7bd4ee5e82d31a /xmlsecurity | |
parent | e8e5bd65d31a60712afcab17d2e5f77c3322f86f (diff) |
EPUB export: implement character properties of links from named styles
ODF allows text properties on hyperlinks directly, librevenge wants an
inner span instead.
Change-Id: I903045a688bf318e7ac7f8cac83bb4d537259969
Reviewed-on: https://gerrit.libreoffice.org/45161
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/helper/documentsignaturemanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/documentsignaturemanager.cxx b/xmlsecurity/source/helper/documentsignaturemanager.cxx index 7cfeb2728ae8..205ac7a3162e 100644 --- a/xmlsecurity/source/helper/documentsignaturemanager.cxx +++ b/xmlsecurity/source/helper/documentsignaturemanager.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <documentsignaturemanager.hxx> #include <config_gpgme.h> -#include <documentsignaturemanager.hxx> #include <gpg/SEInitializer.hxx> #include <com/sun/star/embed/StorageFormats.hpp> |