Kaydet (Commit) 1f79b55b authored tarafından Julien Nabet's avatar Julien Nabet

Some cppcheck cleaning

Change-Id: I9ce4af18d1cdbf694093309a026fd6c738590b82
üst 5c02bb0f
......@@ -325,6 +325,7 @@ SfxMedium_Impl::SfxMedium_Impl( SfxMedium* pAntiImplP ) :
bIsStorage( false ),
bUseInteractionHandler( true ),
bAllowDefaultIntHdl( false ),
bDisposeStorage( false ),
bStorageBasedOnInStream( false ),
m_bSalvageMode( false ),
m_bVersionsAlreadyLoaded( false ),
......
......@@ -618,12 +618,11 @@ void SfxDocTplService_Impl::getDirList()
sal_Bool SfxDocTplService_Impl::needsUpdate()
{
OUString aPropName( PROPERTY_NEEDSUPDATE );
sal_Bool bHasProperty = sal_False;
sal_Bool bNeedsUpdate = sal_True;
Any aValue;
// Get the template dir list
bHasProperty = getProperty( maRootContent, aPropName, aValue );
sal_Bool bHasProperty = getProperty( maRootContent, aPropName, aValue );
if ( bHasProperty )
aValue >>= bNeedsUpdate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment