diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 13:00:15 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 11:03:11 +0000 |
commit | 9956b99e68c45a82015766873b4b7f581462bef2 (patch) | |
tree | 0dc1780f79d1e17f05efe5132e504c99b9c69dd7 /include | |
parent | 3764f7435eb00053e04ea3e8f042fcfc5c7826f2 (diff) |
Fix typos
Change-Id: I44bdb63bef76e9686e995661a24a3bef7cd50ab7
Reviewed-on: https://gerrit.libreoffice.org/18959
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/window.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 9c968f51c68e..812112b1bf7f 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1308,7 +1308,7 @@ public: bool IsAccessibilityEventsSuppressed( bool bTraverseParentPath = true ); void SetAccessibilityEventsSuppressed(bool bSuppressed); - // Deprecated - can use SetAccessibleRelationLabelFor/By nowadys + // Deprecated - can use SetAccessibleRelationLabelFor/By nowadays virtual vcl::Window* GetParentLabelFor( const vcl::Window* pLabel ) const; virtual vcl::Window* GetParentLabeledBy( const vcl::Window* pLabeled ) const; KeyEvent GetActivationKey() const; |