summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx2
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;