diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-11 22:24:57 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-19 10:00:31 +0200 |
commit | 607902dbcdf1761f6f2fafe2124c3a9c7df3c094 (patch) | |
tree | 5e8dc1a5aa0d8434e6ae770f086c45cd5518768e | |
parent | d3c04f1a49ebc83c9e362c8144404207825e8792 (diff) |
Fix typo
Change-Id: I9840c48adae1f01f08e3dedebf93444aa49f8a97
Reviewed-on: https://gerrit.libreoffice.org/75929
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | include/sal/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sal/types.h b/include/sal/types.h index e2442ea6c998..1a8ba255b4b7 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -398,7 +398,7 @@ namespace css = ::com::sun::star; /** C++11 "override" feature. - For LIBO_INTERNAL_ONLY, force the method to override a existing method in + For LIBO_INTERNAL_ONLY, force the method to override an existing method in parent, error out if the method with the correct signature does not exist. @since LibreOffice 4.1 |