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 /offapi | |
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 'offapi')
-rw-r--r-- | offapi/com/sun/star/task/ErrorCodeIOException.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |