writerfilter/source/dmapper/TableManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit aca3cfb7119f1bbe432bf8c90832b0a89a304213 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Fri Feb 21 09:30:24 2020 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Fri Feb 21 10:20:59 2020 +0100 writerfilter: make sure own header is the first one This way we get a build error in case TableManager.hxx is not self-contained. Change-Id: Ia82c30a554c8726db2486cb8fc0dc73013ad2a19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89169 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/writerfilter/source/dmapper/TableManager.cxx b/writerfilter/source/dmapper/TableManager.cxx index 51ca1ab69af2..7dd05c51a090 100644 --- a/writerfilter/source/dmapper/TableManager.cxx +++ b/writerfilter/source/dmapper/TableManager.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <ooxml/resourceids.hxx> #include "TableManager.hxx" +#include <ooxml/resourceids.hxx> #include "TagLogger.hxx" #include "DomainMapperTableHandler.hxx" #include "DomainMapper_Impl.hxx" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits