summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-17 08:49:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-17 08:49:24 +0100
commit272d330cec558040d87f8386aa7aaab67f8adab6 (patch)
tree6ad20a70217ba6a158412ced246f4216f83fee15 /vcl/source
parent0fcc1718e6cc8cfadabea9ab1344046b716f51df (diff)
loplugin:unreffun
Change-Id: I27ce8fc805f8b3fa127fb919a9c571de1aeef589
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/impimagetree.cxx4
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()
{