[Libreoffice-commits] core.git: writerperfect/source
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 17 08:14:00 UTC 2021
writerperfect/source/writer/exp/txtparai.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b9496faebcdf8827864636803101c6a9a88b6155
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Mon May 17 09:35:25 2021 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Mon May 17 10:13:20 2021 +0200
EPUB export: make sure txtparai.hxx is self-contained
txtparai.hxx was the first include in txtparai.cxx to make sure the
header is self-contained, restore that. (Ignoring sal/config.h.)
Change-Id: I430e1bef12191e15f416381cd8d83c503b284851
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115692
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
Tested-by: Jenkins
diff --git a/writerperfect/source/writer/exp/txtparai.cxx b/writerperfect/source/writer/exp/txtparai.cxx
index da9c0f28e530..101546c39e35 100644
--- a/writerperfect/source/writer/exp/txtparai.cxx
+++ b/writerperfect/source/writer/exp/txtparai.cxx
@@ -9,10 +9,10 @@
#include <sal/config.h>
-#include <string_view>
-
#include "txtparai.hxx"
+#include <string_view>
+
#include "XMLFootnoteImportContext.hxx"
#include "XMLTextFrameContext.hxx"
#include "xmlimp.hxx"
More information about the Libreoffice-commits
mailing list