diff options
Diffstat (limited to 'include/svx/colrctrl.hxx')
-rw-r--r-- | include/svx/colrctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/colrctrl.hxx b/include/svx/colrctrl.hxx index 3896ffeca6cb..0987da9dea53 100644 --- a/include/svx/colrctrl.hxx +++ b/include/svx/colrctrl.hxx @@ -91,7 +91,7 @@ private: the focus to the color value set so that it can be controlled with the keyboard. */ - virtual void GetFocus (void) SAL_OVERRIDE; + virtual void GetFocus() SAL_OVERRIDE; protected: virtual bool Close() SAL_OVERRIDE; |