diff options
-rw-r--r-- | svx/source/svdraw/svdotxln.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotxln.cxx b/svx/source/svdraw/svdotxln.cxx index d978094adc4e..b4e386f83e56 100644 --- a/svx/source/svdraw/svdotxln.cxx +++ b/svx/source/svdraw/svdotxln.cxx @@ -166,7 +166,7 @@ bool SdrTextObj::ReloadLinkedText( bool bForceLoad) if( pData ) { DateTime aFileDT( DateTime::EMPTY ); - bool bExists = true, bLoad = false; + bool bExists = true; try { @@ -187,6 +187,7 @@ bool SdrTextObj::ReloadLinkedText( bool bForceLoad) if( bExists ) { + bool bLoad = false; if( bForceLoad ) bLoad = true; else |