diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-04-08 17:08:32 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-04-08 18:47:52 +0200 |
commit | c04be7a6c9d8302bbe8544cde1f2a7921d9fe849 (patch) | |
tree | 8766d8511eac8eea0c171427f6885e65b8cf2fe9 /xmloff | |
parent | d1a84b927b1203857d3d91ac5ddf0f1835ca1a48 (diff) |
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@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/XMLRtlGutterPropertyHandler.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |