diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inc/workwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx index 1d5281746f2c..7abf4d37cfb7 100644 --- a/sfx2/source/inc/workwin.hxx +++ b/sfx2/source/inc/workwin.hxx @@ -133,7 +133,7 @@ struct SfxChildWin_Impl pWin(0), bCreate(false), pCli(0), - nVisibility( sal_False ), + nVisibility( SFX_VISIBILITY_UNVISIBLE ), bEnable( true ), bDisabled( false ) {} |