summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2022-09-12 19:14:53 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2022-09-13 06:35:52 +0200
commit8b5a989dcdcf4edd50c9fdb092d4180432ce4b6a (patch)
tree35b989c03858765468893e6b5ff7988faf2d574c /offapi/com
parent690a35680adad07c4ab79d82cd1531bb82fe4bc1 (diff)
Fix path in comments
include/tools/errcode.hxx was moved to include/vcl/errcode.hxx in commit f9f045e7830d184497554e0e438cc478fa990eb6 Date Mon Apr 24 01:06:41 2017 +1000 tools: move errcode.hxx to the vcl module Change-Id: I0d42839cad9118fba2d35e9dbf6ba456dcb5e3aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139815 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/task/ErrorCodeIOException.idl2
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 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;