diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-06-04 12:18:36 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-06-04 12:18:36 +0900 |
commit | 758916a88d6dfbabc31b8430b1cc605cb2c1e890 (patch) | |
tree | ee90756d816a82c156d8b5b334ef2aa06e2bd632 /include/vcl/status.hxx | |
parent | 8ae25bbc092254f680e2976873f15bdbc26615ef (diff) |
fix status bar flickering (zoom slider fo example)
Change-Id: I3fb71868a9f8f56c76353f3a2d84fdb078c8f8fb
Diffstat (limited to 'include/vcl/status.hxx')
-rw-r--r-- | include/vcl/status.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/status.hxx b/include/vcl/status.hxx index 85a94cd44c36..fd79dd1f557e 100644 --- a/include/vcl/status.hxx +++ b/include/vcl/status.hxx @@ -96,7 +96,7 @@ private: using Window::ImplInit; SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle ); - SAL_DLLPRIVATE void ImplInitSettings( bool bFont, bool bForeground, bool bBackground ); + SAL_DLLPRIVATE void ImplInitSettings(); SAL_DLLPRIVATE void ImplFormat(); SAL_DLLPRIVATE bool ImplIsItemUpdate(); |