summaryrefslogtreecommitdiff
path: root/vcl/source/image
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-20 08:44:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-20 10:07:10 +0200
commit1c5cae479bebd2d325182adc2c9821fd948fd1bd (patch)
tree639e50ced55620dc2d1e9eb5a7ed8a6298c4de09 /vcl/source/image
parentda24355234ec12f2f4c652113dbbb1216ba5492c (diff)
loplugin:unusedmethods
Change-Id: Ib7a9b1b0802ca751da258065e89b412b090bb672 Reviewed-on: https://gerrit.libreoffice.org/36718 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/image')
-rw-r--r--vcl/source/image/Image.cxx1
-rw-r--r--vcl/source/image/ImageTree.cxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/image/Image.cxx b/vcl/source/image/Image.cxx
index fc4e9fa80401..2299101f1a58 100644
--- a/vcl/source/image/Image.cxx
+++ b/vcl/source/image/Image.cxx
@@ -20,7 +20,6 @@
#include <osl/file.hxx>
#include <tools/debug.hxx>
#include <tools/stream.hxx>
-#include <tools/rc.hxx>
#include <tools/resmgr.hxx>
#include <vcl/settings.hxx>
#include <vcl/outdev.hxx>
diff --git a/vcl/source/image/ImageTree.cxx b/vcl/source/image/ImageTree.cxx
index 109a955922f3..a3b708affa4f 100644
--- a/vcl/source/image/ImageTree.cxx
+++ b/vcl/source/image/ImageTree.cxx
@@ -37,11 +37,6 @@ bool ImageTree::loadImage(OUString const & rName, OUString const & rStyle,
return mpImplImageTree->loadImage(rName, rStyle, rBitmap, bLocalized, eFlags);
}
-bool ImageTree::loadDefaultImage(OUString const & rStyle, BitmapEx& rBitmap)
-{
- return mpImplImageTree->loadDefaultImage(rStyle, rBitmap, ImageLoadFlags::NONE);
-}
-
css::uno::Reference<css::container::XNameAccess> ImageTree::getNameAccess()
{
return mpImplImageTree->getNameAccess();