summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorArnold Dumas <arnold@dumas.at>2016-02-15 22:32:15 +0100
committerNoel Grandin <noelgrandin@gmail.com>2016-02-16 12:47:55 +0000
commitfd3cb8d8222113cbc7bf472060ac77233706ea1f (patch)
tree18101abe775445d30e6c0db6d131b4dc280bee55 /filter
parentab199e4748b45384602479c735dbac538e714d34 (diff)
tdf#39440: reduce scope of local variables
Change-Id: I6ba411d2e07240821518281996d543f71acf3259 Reviewed-on: https://gerrit.libreoffice.org/22378 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/escherex.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index 1ee99db17f67..79108f71b3a3 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -1347,7 +1347,6 @@ bool EscherPropertyContainer::ImplCreateEmbeddedBmp( const OString& rUniqueId )
void EscherPropertyContainer::CreateEmbeddedBitmapProperties(
const OUString& rBitmapUrl, css::drawing::BitmapMode eBitmapMode )
{
- bool bRetValue = false;
OUString aVndUrl( "vnd.sun.star.GraphicObject:" );
OUString aBmpUrl( rBitmapUrl );
sal_Int32 nIndex = aBmpUrl.indexOf( aVndUrl );
@@ -1357,7 +1356,7 @@ void EscherPropertyContainer::CreateEmbeddedBitmapProperties(
if( aBmpUrl.getLength() > nIndex )
{
OString aUniqueId(OUStringToOString(aBmpUrl.copy(nIndex, aBmpUrl.getLength() - nIndex), RTL_TEXTENCODING_UTF8));
- bRetValue = ImplCreateEmbeddedBmp( aUniqueId );
+ bool bRetValue = ImplCreateEmbeddedBmp( aUniqueId );
if( bRetValue )
{
// bitmap mode property