diff options
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: |