extensions/source/propctrlr/pushbuttonnavigation.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c283d46196c148733619ac0f59f07878ff95c7f1 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jul 10 18:03:36 2019 +0200 Commit: Jens Carl <[email protected]> CommitDate: Thu Jul 11 06:43:32 2019 +0200 Fix typo Change-Id: I414367cd5eb59e99f5ac558b7bb9872847b96a96 Reviewed-on: https://gerrit.libreoffice.org/75371 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> diff --git a/extensions/source/propctrlr/pushbuttonnavigation.hxx b/extensions/source/propctrlr/pushbuttonnavigation.hxx index 5929b0854e56..1b93c1475288 100644 --- a/extensions/source/propctrlr/pushbuttonnavigation.hxx +++ b/extensions/source/propctrlr/pushbuttonnavigation.hxx @@ -80,7 +80,7 @@ namespace pcr css::beans::PropertyState getCurrentTargetURLState( ) const; - /** determines whether the current button tpye is FormButtonType_URL + /** determines whether the current button type is FormButtonType_URL */ bool currentButtonTypeIsOpenURL() const; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
