summaryrefslogtreecommitdiff
path: root/sc/workben/map.idl
blob: 0fedbe6a519ed048001ebff45d95c9ce6ca7f1c7 (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
/* -*- 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 SC_WORKBEN_MAP_IDL
#define SC_WORKBEN_MAP_IDL

#import <com/smartmap.idl>
//#import <vcl/vclmap.idl>

language cpp
{
};

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ff/source/transform/OOo2Oasis.cxx?id=5e21a413c788f839a66d9e4c14e745ed18058db8'>cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-25Typo: apropriate -> appropriateJulien Nabet 2014-02-12cid#705350 missing break in switchNoel Grandin 2014-02-12cid#705349 missing break in switchNoel Grandin 2014-02-05fdo#54938 Convert sfx2, xmloff and connec.. to cppu::supportsServiceAlexandre Vicenzi 2013-11-11xmloff: include <> for external includesNorbert Thiebaud 2013-09-12sal_Bool to boolTakeshi Abe 2013-08-10fdo#62475 removed pointless commentsJelle van der Waa 2013-05-15fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-27-Wunused-macrosStephan Bergmann 2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(transform)Chr. Rossmanith 2013-02-18coverity#705351 Missing break in switchNorbert Thiebaud 2012-11-15re-base on ALv2 code. Includes:Michael Meeks 2012-08-04Replace usage of rtl/memory.h in xmloff with equivalent from string.hArnaud Versini