summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_kde.mk
blob: 9130b620701c0f5bf02528dd3e241221be6f071e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# 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/.
#

$(eval $(call gb_InstallModule_InstallModule,scp2/kde))

$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/kde,kde))

$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/kde,\
    scp2/source/kde/module_kde \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
ce166376335b97bf26bcd895ae785070f393878'>Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan 2014-08-25use ptr_vector to prevent memory leakMarkus Mohrhard 2014-06-25remove whitespacesMarkus Mohrhard 2014-06-17These headers are private, also do not export symbols.Matúš Kukan 2014-05-16ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez 2014-04-30ooxml: Preserve blur effect on shapes.Jacobo Aragunde Pérez 2014-04-30ooxml: Preserve reflection effect on shapes.Jacobo Aragunde Pérez 2014-04-30ooxml: Preserve glow effect on shapes.Jacobo Aragunde Pérez 2014-04-30ooxml: Preserve soft edge effect on shapes.Jacobo Aragunde Pérez 2014-04-23Monkey see, monkey do?Stephan Bergmann 2014-04-23ooxml: Preserve inner shadow effect on shapes.Jacobo Aragunde Pérez 2014-04-23ooxml: Preserve outer shadow effect on shapes.Jacobo Aragunde Pérez 2014-02-23Remove unneccessary commentsAlexander Wilms 2013-06-28Convert all ContextHandler-derived clases over to ContextHandler2Tor Lillqvist 2012-12-07::rtl:: prefixes removal in ooxJosé Guilherme Vanz 2012-09-26Import shadow effect properties for shapes in docx.Eilidh McAdam