diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-28 12:12:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-28 12:12:28 +0200 |
commit | 9bbc04988a1a890b8db99d61497f567cbc7e21e0 (patch) | |
tree | 6f8a7f42d94d8f0c9697c6e7c75c0d9b1547bf73 /vcl/inc/headless | |
parent | 29a4487a067946fa3227807787280d1f13c45d1a (diff) |
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: I826f7649a1e9ed8aad06848aa1f2ed5a5827f3ab
Diffstat (limited to 'vcl/inc/headless')
-rw-r--r-- | vcl/inc/headless/svpframe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/headless/svpframe.hxx b/vcl/inc/headless/svpframe.hxx index 63986cf7b22d..8e72709b979f 100644 --- a/vcl/inc/headless/svpframe.hxx +++ b/vcl/inc/headless/svpframe.hxx @@ -87,7 +87,7 @@ public: virtual void DrawMenuBar(); virtual void SetExtendedFrameStyle( SalExtStyle nExtStyle ); - virtual void Show( bool bVisible, bool bNoActivate = sal_False ); + virtual void Show( bool bVisible, bool bNoActivate = false ); virtual void Enable( bool bEnable ); virtual void SetMinClientSize( long nWidth, long nHeight ); virtual void SetMaxClientSize( long nWidth, long nHeight ); |