sfx2/source/dialog/tabdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b89a6da298502e5b0d48ba36d22c4d8448b6a2cf Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jun 4 15:03:32 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 5 07:07:20 2019 +0200 Fix typo Change-Id: Ied69455eb0a048a9d20d72cb017fa9ba0cd655fb Reviewed-on: https://gerrit.libreoffice.org/73472 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index f75b78a1a9f7..9cc1161769ff 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -862,7 +862,7 @@ void SfxTabDialogController::SavePosAndId() } /* - Adds a page to the dialog. The Name must correspond to a entry in the + Adds a page to the dialog. The Name must correspond to an entry in the TabControl in the dialog .ui */ void SfxTabDialogController::AddTabPage(const OString &rName /* Page ID */, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
