summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-09-14 09:28:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-09-14 11:33:18 +0200
commit4b0f9d52f797657310da56fe1a781f8affb0d91f (patch)
tree090fee4ac6b113667287901a76aab02765185f90
parent83c0ffb6e744a2338845532efc103e132fc74bbb (diff)
fix errcode.hxx location in comments
after commit fd3888c69abd813462360f49f853fa988764596c Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Mon Sep 12 12:15:35 2022 +0200 move ErrCode to comphelper and improve debug output string Change-Id: Icd231d52bcd2a9683e472d7a5c70f7e6fbfab379 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139905 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--include/IwyuFilter_include.yaml4
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitEnums.h2
-rw-r--r--offapi/com/sun/star/task/ErrorCodeIOException.idl2
3 files changed, 4 insertions, 4 deletions
diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
index 2fddbcabd85a..84130521a602 100644
--- a/include/IwyuFilter_include.yaml
+++ b/include/IwyuFilter_include.yaml
@@ -752,7 +752,7 @@ excludelist:
- com/sun/star/accessibility/XAccessibleTextAttributes.hpp
include/editeng/editerr.hxx:
# Needed for macro defines
- - vcl/errcode.hxx
+ - comphelper/errcode.hxx
include/editeng/eeitem.hxx:
# Needed for macro defines
- svl/typedwhich.hxx
@@ -871,7 +871,7 @@ excludelist:
- svl/typedwhich.hxx
include/svx/svxerr.hxx:
# Used in macro definition
- - vcl/errcode.hxx
+ - comphelper/errcode.hxx
include/svx/svxids.hrc:
# Used in macro definition
- svl/typedwhich.hxx
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 555d8ef5a397..825d9791b806 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -371,7 +371,7 @@ typedef enum
* {
* "classification": "error" | "warning" | "info"
* "kind": "network" etc.
- * "code": a structured 32-bit error code, the ErrCode from LibreOffice's <vcl/errcode.hxx>
+ * "code": a structured 32-bit error code, the ErrCode from LibreOffice's <comphelper/errcode.hxx>
* "message": freeform description
* }
*/
diff --git a/offapi/com/sun/star/task/ErrorCodeIOException.idl b/offapi/com/sun/star/task/ErrorCodeIOException.idl
index 1e3288a5e62d..d64ee9287e02 100644
--- a/offapi/com/sun/star/task/ErrorCodeIOException.idl
+++ b/offapi/com/sun/star/task/ErrorCodeIOException.idl
@@ -25,7 +25,7 @@
*/
exception ErrorCodeIOException : com::sun::star::io::IOException
{
- /** specifies the error code; see vcl/errcode.hxx for details.
+ /** specifies the error code; see comphelper/errcode.hxx for details.
*/
long ErrCode;