From b72c6d89ec487355a34f7b76103c611e1114f2f7 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 13 Jun 2013 20:39:23 +0200 Subject: cppcheck: fix m_pOwnInteraction not initialized Change-Id: I0e83709aff4661d4b065806f7aff120ad940b4c4 --- fpicker/source/office/fpsmartcontent.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'fpicker') diff --git a/fpicker/source/office/fpsmartcontent.cxx b/fpicker/source/office/fpsmartcontent.cxx index 961237b82c4d..83b346074c39 100644 --- a/fpicker/source/office/fpsmartcontent.cxx +++ b/fpicker/source/office/fpsmartcontent.cxx @@ -56,6 +56,7 @@ namespace svt SmartContent::SmartContent( const OUString& _rInitialURL ) :m_pContent( NULL ) ,m_eState( NOT_BOUND ) + ,m_pOwnInteraction( NULL ) { bindTo( _rInitialURL ); } -- cgit