diff options
-rw-r--r-- | vcl/source/image/ImplImageTree.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/image/ImplImageTree.cxx b/vcl/source/image/ImplImageTree.cxx index c101e5b7ed11..00efad6e18c5 100644 --- a/vcl/source/image/ImplImageTree.cxx +++ b/vcl/source/image/ImplImageTree.cxx @@ -252,14 +252,6 @@ bool ImplImageTree::loadImage(OUString const & name, OUString const & style, Bit { try { - if (doLoadImage(name, aStyle + "_svg", rBitmap, localized, eFlags)) - return true; - } - catch (css::uno::RuntimeException &) - {} - - try - { if (doLoadImage(name, aStyle, rBitmap, localized, eFlags)) return true; } |