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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 17 08:54:21 UTC 2020


 writerperfect/source/writer/exp/xmlimp.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fb4c53a1bbe57de93a92abc04736c0afdfd16170
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu Sep 17 09:26:47 2020 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Sep 17 10:53:44 2020 +0200

    writerperfect: make sure "own" header is the first one
    
    So that we have a build-time check that the header is self-contained.
    
    Change-Id: Idbaab48c3f4dba03c383c3c152bca47883376396
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102899
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
    Tested-by: Jenkins

diff --git a/writerperfect/source/writer/exp/xmlimp.cxx b/writerperfect/source/writer/exp/xmlimp.cxx
index 009e1f590a9b..4654fde4204e 100644
--- a/writerperfect/source/writer/exp/xmlimp.cxx
+++ b/writerperfect/source/writer/exp/xmlimp.cxx
@@ -7,12 +7,12 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#include "xmlimp.hxx"
+
 #include <sal/config.h>
 
 #include <string_view>
 
-#include "xmlimp.hxx"
-
 #include <initializer_list>
 #include <unordered_map>
 


More information about the Libreoffice-commits mailing list