[Libreoffice-commits] core.git: fpicker/source
Julien Nabet
serval2412 at yahoo.fr
Thu Jun 13 11:40:04 PDT 2013
fpicker/source/office/fpsmartcontent.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b72c6d89ec487355a34f7b76103c611e1114f2f7
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Thu Jun 13 20:39:23 2013 +0200
cppcheck: fix m_pOwnInteraction not initialized
Change-Id: I0e83709aff4661d4b065806f7aff120ad940b4c4
diff --git a/fpicker/source/office/fpsmartcontent.cxx b/fpicker/source/office/fpsmartcontent.cxx
index 961237b..83b3460 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 );
}
More information about the Libreoffice-commits
mailing list