diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-23 00:00:30 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-11-23 03:08:48 +0100 |
commit | 9e4a1396d602b010f2dbdb0b7f1249dfe1abd01a (patch) | |
tree | e6ceead7836dfaca9046428a4a2cdd9d38915903 /vcl/inc | |
parent | 44e02826bfc46cb5647d3805283b303bc964385f (diff) |
icons: Kill an unused function + bring some consistency to the file.
Change-Id: I346d751cef124b534784f0b3b335c9578c56e024
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/impimagetree.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/impimagetree.hxx b/vcl/inc/impimagetree.hxx index 233893efb2ac..22075862e7e1 100644 --- a/vcl/inc/impimagetree.hxx +++ b/vcl/inc/impimagetree.hxx @@ -80,7 +80,7 @@ private: bool iconCacheLookup( OUString const & name, bool localized, BitmapEx & bitmap ); - bool find(std::vector< OUString > const & paths, BitmapEx & bitmap ); + bool findImage(std::vector< OUString > const & paths, BitmapEx & bitmap ); void loadImageLinks(); void parseLinkFile(boost::shared_ptr< SvStream > stream); |