summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-06-13 20:39:23 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-06-13 20:39:23 +0200
commitb72c6d89ec487355a34f7b76103c611e1114f2f7 (patch)
treee3435e9d9ff0e0fa6fd9c2d4f84a1d21ef9d7f2f /fpicker
parent14ed0d1629daf8c53783c2c2230480de56a0f97a (diff)
cppcheck: fix m_pOwnInteraction not initialized
Change-Id: I0e83709aff4661d4b065806f7aff120ad940b4c4
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/fpsmartcontent.cxx1
1 files changed, 1 insertions, 0 deletions
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 );
}