summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/bookmark.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 21:05:39 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 22:21:44 +0200
commit8fe5161a9e36d8285c489da7167d7cca27cb0f1d (patch)
tree7566fa92bc54c1efe04c8b1ae71c6a819b73a5e4 /sw/source/ui/misc/bookmark.cxx
parent3c498ff3de6b4fb0ccdebc19d1b4dc5452e6d70b (diff)
Fix typos
Change-Id: I2238961a7b124652e90e948e27a6ca9d98dc54ac Reviewed-on: https://gerrit.libreoffice.org/76826 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sw/source/ui/misc/bookmark.cxx')
-rw-r--r--sw/source/ui/misc/bookmark.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/bookmark.cxx b/sw/source/ui/misc/bookmark.cxx
index 6c03c21c8394..e7de483ae76f 100644
--- a/sw/source/ui/misc/bookmark.cxx
+++ b/sw/source/ui/misc/bookmark.cxx
@@ -206,7 +206,7 @@ IMPL_LINK_NOARG(SwInsertBookmarkDlg, RenameHdl, weld::Button&, void)
}
}
-// callback to a insert button. Inserts a new text mark to the current position.
+// callback to an insert button. Inserts a new text mark to the current position.
IMPL_LINK_NOARG(SwInsertBookmarkDlg, InsertHdl, weld::Button&, void)
{
OUString sBookmark = m_xEditBox->get_text();