diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-12 12:15:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-14 08:34:38 +0200 |
commit | fd3888c69abd813462360f49f853fa988764596c (patch) | |
tree | 12ac0b3d2de79dbc53de874b209ef83bf5c31a21 /starmath/inc | |
parent | 5cc45f148dac2080d5cdc2d69db539d55b1ff816 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/mathml/import.hxx | 2 | ||||
-rw-r--r-- | starmath/inc/mathml/mathmlimport.hxx | 2 | ||||
-rw-r--r-- | starmath/inc/pch/precompiled_sm.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
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 <utility> -#include <vcl/errcode.hxx> +#include <comphelper/errcode.hxx> #include <xmloff/xmlimp.hxx> // 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 <utility> #include <xmloff/xmlimp.hxx> -#include <vcl/errcode.hxx> +#include <comphelper/errcode.hxx> #include <deque> diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index 0ba5d98f6520..02e0d90abb71 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.hxx @@ -65,7 +65,7 @@ #include <vcl/cairo.hxx> #include <vcl/devicecoordinate.hxx> #include <vcl/dllapi.h> -#include <vcl/errcode.hxx> +#include <comphelper/errcode.hxx> #include <vcl/font.hxx> #include <vcl/gradient.hxx> #include <vcl/mapmod.hxx> |