summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitEnums.h2
-rw-r--r--offapi/com/sun/star/task/ErrorCodeIOException.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 9a591413f2dd..555d8ef5a397 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 <tools/errcode.hxx>
+ * "code": a structured 32-bit error code, the ErrCode from LibreOffice's <vcl/errcode.hxx>
* "message": freeform description
* }
*/
diff --git a/offapi/com/sun/star/task/ErrorCodeIOException.idl b/offapi/com/sun/star/task/ErrorCodeIOException.idl
index 09475fc59992..1e3288a5e62d 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 tools/errcode.hxx for details.
+ /** specifies the error code; see vcl/errcode.hxx for details.
*/
long ErrCode;