[Libreoffice-commits] core.git: include/rtl
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 2 13:25:06 UTC 2019
include/rtl/byteseq.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 39bd7b97f00f0b6f0bbb01ab882207760b77e349
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 2 15:02:40 2019 +0200
Commit: Andrea Gelmini <andrea.gelmini at 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 <sbergman at redhat.com>
Tested-by: Andrea Gelmini <andrea.gelmini at 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
*/
More information about the Libreoffice-commits
mailing list