summaryrefslogtreecommitdiff
path: root/sfx2/source/view/impviewframe.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-06-16 11:58:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-06-16 11:58:09 +0200
commitf1967d9bd4a0cb1558b495b564202a9bde2ab323 (patch)
treec80de9ef8c4fb2006860234d883dae50b8bddb33 /sfx2/source/view/impviewframe.hxx
parent2552bd3fa57521343dd437cdfca276c8cd35d131 (diff)
cppcheck: fix the rest uninitMemberVar reports in sfx2
Change-Id: Id573ebbb5aee7662a585b73ecb4432158c472d46
Diffstat (limited to 'sfx2/source/view/impviewframe.hxx')
-rw-r--r--sfx2/source/view/impviewframe.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/view/impviewframe.hxx b/sfx2/source/view/impviewframe.hxx
index f6b431e7e816..c3acee2b1b37 100644
--- a/sfx2/source/view/impviewframe.hxx
+++ b/sfx2/source/view/impviewframe.hxx
@@ -58,6 +58,8 @@ struct SfxViewFrame_Impl
: rFrame( i_rFrame )
, pReloader(0 )
, pWindow( 0 )
+ , pActiveChild(0)
+ , pFocusWin(0)
, bWindowWasEnabled(sal_True)
, bActive( sal_False )
{