summaryrefslogtreecommitdiff
path: root/vcl/inc/vcldemo-debug.hxx
blob: 37dae2481b9e1fa341d8277916d0fc839793f58b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* -*- 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: */
200'>2020-04-18loplugin:flatten connectivityNoel Grandin 2020-02-10move some headers inside connectivityNoel Grandin 2019-04-13loplugin:sequentialassign in codemaker..connectivityNoel Grandin 2019-03-13Removed duplicated includeAndrea Gelmini 2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen 2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke 2017-11-01loplugin:constantparam in connectivityNoel Grandin 2017-10-23loplugin:includeform: connectivityStephan Bergmann 2017-07-13loplugin:oncevar: empty strings: connectivityStephan Bergmann 2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin 2017-02-15Drop :: prefix from std in c*/Tor Lillqvist 2017-01-26Remove dynamic exception specificationsStephan Bergmann