From fd3888c69abd813462360f49f853fa988764596c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 Sep 2022 12:15:35 +0200 Subject: move ErrCode to comphelper and improve debug output string need to move it, because modules "below" vcl want to use the debug output method Change-Id: Ibcaf4089a1e0b3fcc0b5189c7ebf1aae90f50b48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139791 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/inc/mathml/import.hxx | 2 +- starmath/inc/mathml/mathmlimport.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'starmath/inc/mathml') diff --git a/starmath/inc/mathml/import.hxx b/starmath/inc/mathml/import.hxx index 29bd01bf0ed0..56f7fe68814b 100644 --- a/starmath/inc/mathml/import.hxx +++ b/starmath/inc/mathml/import.hxx @@ -14,7 +14,7 @@ // XML tools #include -#include +#include #include // Extras diff --git a/starmath/inc/mathml/mathmlimport.hxx b/starmath/inc/mathml/mathmlimport.hxx index 8e524f82b7a6..03a78b92a76d 100644 --- a/starmath/inc/mathml/mathmlimport.hxx +++ b/starmath/inc/mathml/mathmlimport.hxx @@ -21,7 +21,7 @@ #include #include -#include +#include #include -- cgit