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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 8 16:48:35 UTC 2021


 xmloff/source/style/XMLRtlGutterPropertyHandler.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c04be7a6c9d8302bbe8544cde1f2a7921d9fe849
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu Apr 8 17:08:32 2021 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Apr 8 18:47:52 2021 +0200

    xmloff: build-time test that XMLRtlGutterPropertyHandler.hxx is self-contained
    
    By making it the first include in XMLRtlGutterPropertyHandler.cxx.
    
    Change-Id: Id2e273ac60ad0ca9811b8581b32fc40776f0877e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113816
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
    Tested-by: Jenkins

diff --git a/xmloff/source/style/XMLRtlGutterPropertyHandler.cxx b/xmloff/source/style/XMLRtlGutterPropertyHandler.cxx
index 4b8bcfb9d849..651406f0fa2b 100644
--- a/xmloff/source/style/XMLRtlGutterPropertyHandler.cxx
+++ b/xmloff/source/style/XMLRtlGutterPropertyHandler.cxx
@@ -17,14 +17,14 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <XMLRtlGutterPropertyHandler.hxx>
+
 #include <set>
 
 #include <com/sun/star/uno/Any.hxx>
 
 #include <xmloff/xmluconv.hxx>
 
-#include <XMLRtlGutterPropertyHandler.hxx>
-
 using namespace com::sun::star;
 
 XMLRtlGutterPropertyHandler::XMLRtlGutterPropertyHandler() = default;


More information about the Libreoffice-commits mailing list