summaryrefslogtreecommitdiff
path: root/svgio/svgio.component
blob: cd4e407c7afa102b1f6bebd78cd0fcadc428f826 (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
<?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" environment="@CPPU_ENV@"
    xmlns="http://openoffice.org/2010/uno-components">
  <implementation name="svgio::svgreader::XSvgParser"
    constructor="svgio_XSvgParser_get_implementation">
    <service name="com.sun.star.graphic.SvgTools"/>
  </implementation>
</component>
lper?id=85456fae54029edd26df2277a9eec5e2fe3d9739'>tdf#120703 PVS: Silence V522 warningsMike Kaganski 2019-03-07log nice exception messages whereever possibleNoel Grandin 2018-10-10HTML tt -> code in JavaDoc commentsStephan Bergmann 2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann 2018-09-17New loplugin:externalStephan Bergmann 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2018-08-26boostrap->bootstrapCaolán McNamara 2018-07-30Add missing sal/log.hxx headersGabor Kelemen 2018-07-23Fix typosAndrea Gelmini 2018-07-18Fix typosAndrea Gelmini 2018-04-16Use https instead of httpGulsah Kose 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-10-23loplugin:includeform: javaunohelperStephan Bergmann 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-09-13Fix a locking bug in our Java ComponentBase class, where after the transitionDamjan Jovanovic 2017-09-02Typos for "available"Julien Nabet 2017-06-23Fix typos: uniform registeredAndrea Gelmini 2017-06-12Translate German comments and debug strings (leftovers in dirs j... to q...)Johnny_M 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert javaunohelper from OSL_ASSERT to assertChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-25Fix typosAndrea Gelmini 2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-17Typo: listerner->listenerJulien Nabet 2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin