summaryrefslogtreecommitdiff
path: root/include/codemaker/codemaker.hxx
blob: 81e4a5e370e194e3fbd6b11f53825ab735a3dead (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
36
37
38
/* -*- 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_CODEMAKER_CODEMAKER_HXX
#define INCLUDED_CODEMAKER_CODEMAKER_HXX

#include <sal/config.h>

namespace rtl {
    class OString;
    class OUString;
}

namespace codemaker {

rtl::OString convertString(rtl::OUString const & string);

}

#endif // INCLUDED_CODEMAKER_CODEMAKER_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
-11 10:40:50 +0100'>2014-11-11Avoid -fsanitize=signed-integer-overflowStephan Bergmann 2014-11-11Pass down some CFLAGSStephan Bergmann 2014-10-02fdo#82430: MSVC build: avoid using SSE2 instructions in some externalsMichael Stahl 2014-08-26Update some external config.{guess,sub}Stephan Bergmann 2014-07-28Add separate project file for VS2013Tor Lillqvist 2014-07-11VS2013: Adjust lcms2 to 12.0 vcproj versionDavid Ostrovsky 2014-07-07Handle VCVER==120 (VS 2013) tooTor Lillqvist 2014-05-26externals: do not use "v110_xp" when building with MSVC 2012 and SDK 8.0Michael Stahl 2014-05-19fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012Christian Lohmaier 2014-05-13no lcms2d.dll nowadays, there is only lcms2.dllMatúš Kukan 2014-05-12upgrade to lcms2-2.6Thomas Arnhold 2014-02-27normalize values of CROSS_COMPILINGMichael Stahl 2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl 2013-10-27gbuild: remove gb_ExternalPackage_add_library_for_installMichael Stahl 2013-10-24lcms2: use libraries from WORKDIRMichael Stahl 2013-10-19fdo#70393: move lcms2 to a subdir of externalKhaled Hosny maier 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in swNoel Grandin 2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl