LibreOffice
LibreOffice 4.1 SDK C/C++ API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
cppuhelper
supportsservice.hxx
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*/
9
10
#ifndef INCLUDED_CPPUHELPER_SUPPORTSSERVICE_HXX
11
#define INCLUDED_CPPUHELPER_SUPPORTSSERVICE_HXX
12
13
#include "
sal/config.h
"
14
15
#include "
cppuhelper/cppuhelperdllapi.h
"
16
17
namespace
com {
namespace
sun {
namespace
star {
namespace
lang {
18
class
XServiceInfo;
19
} } } }
20
namespace
rtl {
class
OUString; }
21
22
namespace
cppu {
23
41
bool
CPPUHELPER_DLLPUBLIC
supportsService
(
42
com::sun::star::lang::XServiceInfo * implementation,
43
rtl::OUString
const
& name);
44
45
}
46
47
#endif
48
49
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.3.1