diff options
Diffstat (limited to 'offapi/com')
-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 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; |