diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-10 18:03:36 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-07-11 06:43:32 +0200 |
commit | c283d46196c148733619ac0f59f07878ff95c7f1 (patch) | |
tree | 5b0ce8bdeac1946c790c67bb926d83241f5e5f26 | |
parent | 74b4b69ac8b4c8f8c2a5f199e9e75b8a770c6105 (diff) |
Fix typo
Change-Id: I414367cd5eb59e99f5ac558b7bb9872847b96a96
Reviewed-on: https://gerrit.libreoffice.org/75371
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r-- | extensions/source/propctrlr/pushbuttonnavigation.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |