include/IwyuFilter_include.yaml | 4 ++-- include/LibreOfficeKit/LibreOfficeKitEnums.h | 2 +- offapi/com/sun/star/task/ErrorCodeIOException.idl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 4b0f9d52f797657310da56fe1a781f8affb0d91f Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed Sep 14 09:28:09 2022 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Wed Sep 14 11:33:18 2022 +0200 fix errcode.hxx location in comments after commit fd3888c69abd813462360f49f853fa988764596c Author: Noel Grandin <noel.gran...@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.gran...@collabora.co.uk> 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;