diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-04 23:07:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-05 17:58:20 +0200 |
commit | ac341548dc45fedee5a8d8544afeff6c0e142aa5 (patch) | |
tree | 59b00646a89e6d64b18cf52dbbe13154b97e28e0 /sd | |
parent | 89f038765a36a938961863efea2e0e07515f44d6 (diff) |
Fix typos
Change-Id: I9eb05432732a04e816946fbb13001df100a31f73
Reviewed-on: https://gerrit.libreoffice.org/38395
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/annotations/Annotation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/annotations/Annotation.cxx b/sd/source/core/annotations/Annotation.cxx index 50ff84fbba1c..96d31feb2204 100644 --- a/sd/source/core/annotations/Annotation.cxx +++ b/sd/source/core/annotations/Annotation.cxx @@ -437,7 +437,7 @@ std::string lcl_LOKGetCommentPayload(CommentNotificationType nType, Reference<XA return aStream.str(); } -} // unonymous ns +} // anonymous ns void LOKCommentNotify(CommentNotificationType nType, const SfxViewShell* pViewShell, Reference<XAnnotation>& rxAnnotation) { |