summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-26 11:27:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-26 11:52:56 +0100
commite6628f7a77b4707fb6ed8bf94282eebc0221e0e3 (patch)
tree777cb670e76b3e7948e44cf32af9c8132eaa0e45 /svtools
parent505573b8c76fd8e99aae3ac2555a3fbb0ac9a975 (diff)
last private:resource ... bitmap user is gone
so drop private:resource ... bitmap example and remove bitmap case, bitmapex case persists Change-Id: Iabf7c48517c17e3117f88daa80a258b7303b85dd
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/graphic/provider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/graphic/provider.cxx b/svtools/source/graphic/provider.cxx
index 542cdb251857..12f3dfa413de 100644
--- a/svtools/source/graphic/provider.cxx
+++ b/svtools/source/graphic/provider.cxx
@@ -269,7 +269,7 @@ uno::Reference< ::graphic::XGraphic > GraphicProvider::implLoadResource( const O
{
BitmapEx aBmpEx;
- if( aResourceType == "bitmap" || aResourceType == "bitmapex" )
+ if (aResourceType == "bitmapex")
{
aResId.SetRT( RSC_BITMAP );