summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-19 20:56:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-19 21:00:19 +0000
commite3cfa49e8113493cfc59ccc8302840d19fa7572e (patch)
treec3788fc30b4dbe0561c2f3d3c95fe0891e7431ad /svtools
parenta0f127d2209e80e085b95770a87df2898b7ad645 (diff)
drop now unusd private:resource/.../image urls
Change-Id: Ic456113b295c3b90316d2792b630c44892ac20a7
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/graphic/provider.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svtools/source/graphic/provider.cxx b/svtools/source/graphic/provider.cxx
index 3666fdcc2c22..f4631b796091 100644
--- a/svtools/source/graphic/provider.cxx
+++ b/svtools/source/graphic/provider.cxx
@@ -284,16 +284,6 @@ uno::Reference< ::graphic::XGraphic > GraphicProvider::implLoadResource( const O
aBmpEx = BitmapEx( aResId );
}
}
- else if( aResourceType == "image" )
- {
- aResId.SetRT( RSC_IMAGE );
-
- if( pResMgr->IsAvailable( aResId ) )
- {
- const Image aImage( aResId );
- aBmpEx = aImage.GetBitmapEx();
- }
- }
if( !aBmpEx.IsEmpty() )
{