include/sfx2/sidebar/ControllerItem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7598810d6372bac07e503728ee28c4600a1c9b5d Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Jul 11 22:24:52 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jul 17 18:24:42 2019 +0200 Fix typo Change-Id: I3f5b8303ba25334f04707938bda1d274ecd03a81 Reviewed-on: https://gerrit.libreoffice.org/75772 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx index 41eec7a9fc51..619956b96695 100644 --- a/include/sfx2/sidebar/ControllerItem.hxx +++ b/include/sfx2/sidebar/ControllerItem.hxx @@ -50,7 +50,7 @@ public: }; /** This is the simpler constructor variant that still exists for - compatibility resons. Note that GetLabel() and GetIcon() will + compatibility reasons. Note that GetLabel() and GetIcon() will return empty strings/images. */ ControllerItem ( _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
