summaryrefslogtreecommitdiff
path: root/include/vcl/fixedhyper.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:21:31 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:12 +0200
commit5047891d0419efd49d4e344b8b0dfd39d9b78849 (patch)
tree1884136d36d44559da83b29e8c70ca738178099a /include/vcl/fixedhyper.hxx
parent407a166a3215da7e23dd60d430332fe7d4324d46 (diff)
typo: positon -> position
Diffstat (limited to 'include/vcl/fixedhyper.hxx')
-rw-r--r--include/vcl/fixedhyper.hxx2
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: