From 3969b608e5213c2b6d4924d658edf25137232037 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 25 Jul 2014 13:50:40 +0100 Subject: gcc 4.3.4: no matching function Change-Id: I65b4eff7c7a9912433a91739a8e2db4cfaf17b90 --- sfx2/source/view/frame2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/view/frame2.cxx b/sfx2/source/view/frame2.cxx index ad99ca316cf3..80442e295543 100644 --- a/sfx2/source/view/frame2.cxx +++ b/sfx2/source/view/frame2.cxx @@ -296,7 +296,7 @@ SfxFrame* SfxFrame::Create( const Reference < XFrame >& i_rFrame ) } SfxFrame::SfxFrame( Window& i_rContainerWindow, bool i_bHidden ) - :SvCompatWeakBase( this ) + :SvCompatWeakBase( this ) ,pParentFrame( NULL ) ,pChildArr( NULL ) ,pImp( NULL ) -- cgit