include/rtl/byteseq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 39bd7b97f00f0b6f0bbb01ab882207760b77e349 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 2 15:02:40 2019 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Fri Aug 2 15:24:11 2019 +0200 Fix typo Change-Id: Idaaec17114aa2b03c00da075f5accc4c0c0e69b4 Reviewed-on: https://gerrit.libreoffice.org/75768 Reviewed-by: Stephan Bergmann <sberg...@redhat.com> Tested-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/include/rtl/byteseq.h b/include/rtl/byteseq.h index 75bd40210c72..0ec93c066652 100644 --- a/include/rtl/byteseq.h +++ b/include/rtl/byteseq.h @@ -306,13 +306,13 @@ public: */ inline void SAL_CALL realloc( sal_Int32 nSize ); - /** Returns the UNnacquired C handle of the sequence + /** Returns the UNacquired C handle of the sequence @return UNacquired handle of the sequence */ sal_Sequence * SAL_CALL getHandle() const { return _pSequence; } - /** Returns the UNnacquired C handle of the sequence (for compatibility reasons) + /** Returns the UNacquired C handle of the sequence (for compatibility reasons) @return UNacquired handle of the sequence */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits