diff options
-rw-r--r-- | svtools/source/graphic/grfmgr2.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/graphic/grfmgr2.cxx b/svtools/source/graphic/grfmgr2.cxx index d0cf55bbf305..bd77e25326b6 100644 --- a/svtools/source/graphic/grfmgr2.cxx +++ b/svtools/source/graphic/grfmgr2.cxx @@ -683,8 +683,8 @@ sal_Bool GraphicManager::ImplCreateOutput( OutputDevice* pOut, pAction->GetBitmap().GetSizePixel(), rSizePix, bNonBitmapActionEncountered ); - ++nNumBitmaps; } + ++nNumBitmaps; break; case META_BMPSCALE_ACTION: @@ -701,8 +701,8 @@ sal_Bool GraphicManager::ImplCreateOutput( OutputDevice* pOut, rPrefMapMode ), rSizePix, bNonBitmapActionEncountered ); - ++nNumBitmaps; } + ++nNumBitmaps; break; case META_BMPSCALEPART_ACTION: @@ -720,8 +720,8 @@ sal_Bool GraphicManager::ImplCreateOutput( OutputDevice* pOut, rPrefMapMode ), rSizePix, bNonBitmapActionEncountered ); - ++nNumBitmaps; } + ++nNumBitmaps; break; case META_BMPEX_ACTION: @@ -737,8 +737,8 @@ sal_Bool GraphicManager::ImplCreateOutput( OutputDevice* pOut, pAction->GetBitmapEx().GetSizePixel(), rSizePix, bNonBitmapActionEncountered ); - ++nNumBitmaps; } + ++nNumBitmaps; break; case META_BMPEXSCALE_ACTION: @@ -755,8 +755,8 @@ sal_Bool GraphicManager::ImplCreateOutput( OutputDevice* pOut, rPrefMapMode ), rSizePix, bNonBitmapActionEncountered ); - ++nNumBitmaps; } + ++nNumBitmaps; break; case META_BMPEXSCALEPART_ACTION: @@ -773,8 +773,8 @@ sal_Bool GraphicManager::ImplCreateOutput( OutputDevice* pOut, rPrefMapMode ), rSizePix, bNonBitmapActionEncountered ); - ++nNumBitmaps; } + ++nNumBitmaps; break; // these actions actually output something (that's |