summaryrefslogtreecommitdiff
path: root/desktop/Pagein_writer.mk
blob: eed7403f4f7112969b2f6238c5402af30766ffe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- 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_Pagein_Pagein,writer))

$(eval $(call gb_Pagein_add_objects,writer,\
    sw \
    swui \
    svx \
    svxcore \
))

# vim: set ts=4 sw=4 et:
-12Typo: bIsSuccessfull->bIsSuccessfulJulien Nabet 2021-05-03clean up some Java warningsNoel Grandin 2020-09-01Fix typo in codeAndrea Gelmini 2020-08-23Fix typosAndrea Gelmini 2020-08-21Fix typo in codeAndrea Gelmini 2020-08-18Fix typosAndrea Gelmini 2020-08-12imp is deprecated since Python v.3.4Mike Kaganski 2020-05-08pyflakes3: fix some reports on wizardsJulien Nabet 2020-05-06pyflakes3: replace IllegalArgumentException by Exception (wizards)Julien Nabet 2020-03-30Related: tdf#131576 overlapping windows, move bottom one down a littleCaolán McNamara 2020-03-28tdf#131576: fix "Field information" in table wizard, step 2Julien Nabet 2020-02-09Fix typoAndrea Gelmini 2019-11-18Fix 'is' operator for comparisonJens Carl 2019-09-10Fix typosAndrea Gelmini 2019-09-06Fixing '....' and '..'Andrea Gelmini 2019-09-01Fix '..'Andrea Gelmini 2019-07-27Fix typoAndrea Gelmini 2019-07-23cid#1448373 UC: Useless codeCaolán McNamara 2019-07-22cid#1448328 UC: Useless codeCaolán McNamara 2019-07-03tdf#125953: take CLOB into account in form wizardJulien Nabet 2019-04-24tdf#124197 Improve "Unexpected error" user-visible error message wordingDarkByt31 2019-03-29tdf#108523 Removed @author annotationsJaromir Wysoglad 2019-03-13Fix wizards/NumberFormatter.javaJulien Nabet 2019-03-12Remove unused python codeXisco Fauli 2019-02-07complete the univerbation of E-mail to Email in the uiCaolán McNamara