diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-14 09:28:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-14 11:33:18 +0200 |
commit | 4b0f9d52f797657310da56fe1a781f8affb0d91f (patch) | |
tree | 090fee4ac6b113667287901a76aab02765185f90 /include | |
parent | 83c0ffb6e744a2338845532efc103e132fc74bbb (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>
Diffstat (limited to 'include')
-rw-r--r-- | include/IwyuFilter_include.yaml | 4 | ||||
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitEnums.h | 2 |
2 files changed, 3 insertions, 3 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 * } */ |