diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-17 08:49:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-17 08:49:24 +0100 |
commit | 272d330cec558040d87f8386aa7aaab67f8adab6 (patch) | |
tree | 6ad20a70217ba6a158412ced246f4216f83fee15 /vcl/source | |
parent | 0fcc1718e6cc8cfadabea9ab1344046b716f51df (diff) |
loplugin:unreffun
Change-Id: I27ce8fc805f8b3fa127fb919a9c571de1aeef589
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/impimagetree.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/source/gdi/impimagetree.cxx b/vcl/source/gdi/impimagetree.cxx index 9f2741bfb133..fb0756720d75 100644 --- a/vcl/source/gdi/impimagetree.cxx +++ b/vcl/source/gdi/impimagetree.cxx @@ -45,6 +45,7 @@ #include "vcl/settings.hxx" #include "vcl/svapp.hxx" #include "impimagetree.hxx" +#include <vcldemo-debug.hxx> namespace { @@ -352,9 +353,6 @@ css::uno::Reference< css::container::XNameAccess > ImplImageTree::getNameAccess( return m_path.second; } -// For vcldemo / debugging -SAL_DLLPUBLIC css::uno::Sequence< OUString > ImageTree_getAllImageNames(); - /// Recursively dump all names ... css::uno::Sequence< OUString > ImageTree_getAllImageNames() { |