summaryrefslogtreecommitdiff
path: root/desktop/source/offacc/offacc.component
blob: a8fc7714b58a6e95b75891339c69602f38a0506f (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
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * 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 .
 -->

<component loader="com.sun.star.loader.SharedLibrary" prefix="offacc"
    xmlns="http://openoffice.org/2010/uno-components">
  <implementation name="com.sun.star.office.comp.Acceptor">
    <service name="com.sun.star.office.Acceptor"/>
  </implementation>
</component>
pan title='2016-09-13 13:19:22 +0200'>2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-03-29tdf#96099 fixes trivial typedefs, ::std::vector<OUString>Apachev Ivan 2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin 2015-10-21refactor out some com::sun::star typedefsNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-09-22convert Link<> to typedNoel Grandin 2015-08-03new loplugin: refcountingNoel Grandin 2015-07-22loplugin:unusedmethods scNoel Grandin 2015-05-02Unwind odd reference handling with csvcontrol.Michael Meeks 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-09vcl: VclPtr conversion in scNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin