fpicker/source/office/fpsmartcontent.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b72c6d89ec487355a34f7b76103c611e1114f2f7
Author: Julien Nabet <[email protected]>
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 );
     }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to