Kaydet (Commit) 272d330c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: I27ce8fc805f8b3fa127fb919a9c571de1aeef589
üst 0fcc1718
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_VCL_INC_VCLDEMO_DEBUG_HXX
#define INCLUDED_VCL_INC_VCLDEMO_DEBUG_HXX
#include <sal/config.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <vcl/dllapi.h>
// For vcldemo / debugging
VCL_DLLPUBLIC css::uno::Sequence< OUString > ImageTree_getAllImageNames();
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -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()
{
......
......@@ -31,12 +31,11 @@
#include <basegfx/numeric/ftools.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <vcldemo-debug.hxx>
#define FIXME_SELF_INTERSECTING_WORKING 0
#define FIXME_BOUNCE_BUTTON 0
// debugging hook just for us
SAL_DLLPUBLIC css::uno::Sequence< OUString > ImageTree_getAllImageNames();
using namespace css;
enum RenderStyle {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment