summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-27 18:35:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-28 10:21:15 +0200
commit1be56811950a81583c21d0d069257498e769561c (patch)
tree583a4d093b9df548e2a9348d316dd1311e90fe63
parentdb72475a51813edc4f6057c85d9a595841be4bcf (diff)
SfxChildWin_Impl::nVisibility is of type sal_uInt16/SVX_VISIBILITY_*
Change-Id: I4dd0556557ead72b2a2e9f45ccdb35a77efeab4d
-rw-r--r--sfx2/source/inc/workwin.hxx2
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 )
{}