diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-04 15:03:32 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-05 07:07:20 +0200 |
commit | b89a6da298502e5b0d48ba36d22c4d8448b6a2cf (patch) | |
tree | 9fd5f8b02ad9b4c288b3380bddae2aad1703c680 /sfx2 | |
parent | 0ec8233fe9c210e999f1b8db48e8b645e1029eeb (diff) |
Fix typo
Change-Id: Ied69455eb0a048a9d20d72cb017fa9ba0cd655fb
Reviewed-on: https://gerrit.libreoffice.org/73472
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 */, |