sc/source/core/data/postit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9b077c26a7a5c75aa3aa670a6a2f322dd617bf07 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Apr 26 16:12:00 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Fri Apr 26 23:07:20 2019 +0200 Fix typo Change-Id: Ib1b8341776ed79c85cd1f8287c06a9fe8ed8ca3d Reviewed-on: https://gerrit.libreoffice.org/71389 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/source/core/data/postit.cxx b/sc/source/core/data/postit.cxx index 7889edc7188c..850ecafa46a3 100644 --- a/sc/source/core/data/postit.cxx +++ b/sc/source/core/data/postit.cxx @@ -1017,7 +1017,7 @@ void ScPostIt::CreateCaptionFromInitData( const ScAddress& rPos ) const /* This function is called from ScPostIt::Clone() when copying cells to the clipboard/undo document, and when copying cells from the clipboard/undo document. The former should always be called first, - so if called in an clipboard/undo document, the caption should have + so if called in a clipboard/undo document, the caption should have been created already. However, for clipboard in case the originating document was destructed a new caption has to be created. */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
