summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-26 16:12:00 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-26 23:07:20 +0200
commit9b077c26a7a5c75aa3aa670a6a2f322dd617bf07 (patch)
treeab426271f14e12b16947e73d69c5ec803699ed40 /sc
parent95e9b7b2d1a5bb6776eef89461b63ab3dc01f34f (diff)
Fix typo
Change-Id: Ib1b8341776ed79c85cd1f8287c06a9fe8ed8ca3d Reviewed-on: https://gerrit.libreoffice.org/71389 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/postit.cxx2
1 files changed, 1 insertions, 1 deletions
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. */