summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-28 12:12:28 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-28 12:12:28 +0200
commit9bbc04988a1a890b8db99d61497f567cbc7e21e0 (patch)
tree6f8a7f42d94d8f0c9697c6e7c75c0d9b1547bf73 /vcl
parentWaE: implicit conversion of literal of type 'sal_Bool' to 'bool' (diff)
downloadcore-9bbc04988a1a890b8db99d61497f567cbc7e21e0.tar.gz
core-9bbc04988a1a890b8db99d61497f567cbc7e21e0.zip
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: I826f7649a1e9ed8aad06848aa1f2ed5a5827f3ab
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/headless/svpframe.hxx2
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 );