summaryrefslogtreecommitdiff
path: root/include/comphelper/namecontainer.hxx
blob: fd078c6e863090526a942920396765a8b64b9839 (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
26
27
28
29
30
31
32
33
34
35
/* -*- 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/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef INCLUDED_COMPHELPER_NAMECONTAINER_HXX
#define INCLUDED_COMPHELPER_NAMECONTAINER_HXX

#include <com/sun/star/uno/Type.hxx>
#include <com/sun/star/container/XNameContainer.hpp>
#include <comphelper/comphelperdllapi.h>

namespace comphelper
{
    COMPHELPER_DLLPUBLIC css::uno::Reference< css::container::XNameContainer >
        NameContainer_createInstance( const css::uno::Type& aType );
}

#endif // INCLUDED_COMPHELPER_NAMECONTAINER_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
fe4f358dc8'>java: add @Override annotation to overriding methodsNoel Grandin 2014-08-11java: remove unused parametersNoel Grandin 2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin 2014-08-08java: remove unnecessary semi-colonsNoel Grandin 2014-08-08java: use the non-deprecated constructor of URINoel Grandin 2014-08-05java: remove commented out codeNoel Grandin 2014-07-21Resolves fdo#81581: Mediawiki doesn't recognize underliningJulien Nabet 2014-05-21the addfile rule doesn't like to continue on a new linelibreoffice-4-3-branch-pointChristian Lohmaier 2014-05-21care for Java 1.5 support in external packagesDouglas Mencken 2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni 2014-03-25bump apache-commons-lang to 3.3.1Caolán McNamara 2014-03-25bump apache-commons-codec to 1.9Caolán McNamara 2014-03-25bump apache-commons-logging to 1.1.3Caolán McNamara 2014-02-22Resolves: fdo#75308 Asterisk at the beginning of Paragraph without "Nowiki"Julien Nabet 2014-02-19Resolves: fdo#69925 Wiki Publisher Extension is not workingJulien Nabet 2014-02-12Related: fdo#74875 Filter of "nowiki" to be improved - Export to MediaWikiJulien Nabet 2014-02-12normalize values of SYSTEM_APACHE_COMMONS, SYSTEM_BSHMichael Stahl 2014-02-11Resolves: fdo#74820 Failed to recognized Heading 6-Export to MediaWikiJulien Nabet 2014-02-06typo fixes in commentsAndras Timar