diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:21:31 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:12 +0200 |
commit | 5047891d0419efd49d4e344b8b0dfd39d9b78849 (patch) | |
tree | 1884136d36d44559da83b29e8c70ca738178099a /include/vcl/fixedhyper.hxx | |
parent | 407a166a3215da7e23dd60d430332fe7d4324d46 (diff) |
typo: positon -> position
Diffstat (limited to 'include/vcl/fixedhyper.hxx')
-rw-r--r-- | include/vcl/fixedhyper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/fixedhyper.hxx b/include/vcl/fixedhyper.hxx index a2bc891f60fe..37e4465d4f53 100644 --- a/include/vcl/fixedhyper.hxx +++ b/include/vcl/fixedhyper.hxx @@ -37,7 +37,7 @@ class VCL_DLLPUBLIC FixedHyperlink : public FixedText */ void Initialize(); - /** is position X positon hitting text */ + /** is position X position hitting text */ SAL_DLLPRIVATE bool ImplIsOverText(Point rPosition); protected: |