summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-09-12 12:15:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-09-14 08:34:38 +0200
commitfd3888c69abd813462360f49f853fa988764596c (patch)
tree12ac0b3d2de79dbc53de874b209ef83bf5c31a21 /uui
parent5cc45f148dac2080d5cdc2d69db539d55b1ff816 (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 'uui')
-rw-r--r--uui/IwyuFilter_uui.yaml2
-rw-r--r--uui/inc/ids.hrc2
-rw-r--r--uui/inc/ids.hxx2
-rw-r--r--uui/source/iahndl.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/uui/IwyuFilter_uui.yaml b/uui/IwyuFilter_uui.yaml
index 20e352baa1bf..d1cb97420d49 100644
--- a/uui/IwyuFilter_uui.yaml
+++ b/uui/IwyuFilter_uui.yaml
@@ -3,7 +3,7 @@ assumeFilename: uui/source/iahndl.cxx
excludelist:
uui/inc/ids.hxx:
# Needed by macro defines
- - vcl/errcode.hxx
+ - comphelper/errcode.hxx
uui/source/iahndl.cxx:
# Actually used
- com/sun/star/awt/XWindow.hpp
diff --git a/uui/inc/ids.hrc b/uui/inc/ids.hrc
index 4821c555918b..66f3623641f8 100644
--- a/uui/inc/ids.hrc
+++ b/uui/inc/ids.hrc
@@ -20,7 +20,7 @@
#pragma once
#include <unotools/resmgr.hxx>
-#include <vcl/errcode.hxx>
+#include <comphelper/errcode.hxx>
#include <utility>
diff --git a/uui/inc/ids.hxx b/uui/inc/ids.hxx
index 32ba356a4ee5..3534979f5cbb 100644
--- a/uui/inc/ids.hxx
+++ b/uui/inc/ids.hxx
@@ -19,7 +19,7 @@
#pragma once
-#include <vcl/errcode.hxx>
+#include <comphelper/errcode.hxx>
#define ERRCODE_UUI_IO_ABORT ErrCode(ErrCodeArea::Uui, 0)
#define ERRCODE_UUI_IO_ACCESSDENIED ErrCode(ErrCodeArea::Uui, 1)
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index 7ca8b8437891..78d283d6bf0e 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -28,7 +28,7 @@
#include <com/sun/star/beans/Optional.hpp>
#include <com/sun/star/task/InteractionClassification.hpp>
-#include <vcl/errcode.hxx>
+#include <comphelper/errcode.hxx>
#include <unotools/resmgr.hxx>
#include <unordered_map>