summaryrefslogtreecommitdiff
path: root/wizards/Package_standard.mk
blob: abe56a232efd6d9a5baef21ac856f5b65a11865a (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
# -*- 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/.
#
# 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 .
#

$(eval $(call gb_Package_Package,wizards_basicsrvstandard,$(SRCDIR)/wizards/source/standard))

$(eval $(call gb_Package_add_files,wizards_basicsrvstandard,$(LIBO_SHARE_PRESETS_FOLDER)/basic/Standard,\
	dialog.xlb \
	Module1.xba \
	script.xlb \
))

# vim: set noet sw=4 ts=4:
2016-04-14loplugin:passstuffbyref in variousNoel Grandin 2016-03-18tools: split out color macros into own headerChris Sherlock 2016-02-23new loplugin: commaoperatorNoel Grandin 2016-01-13loplugin:unusedmethods unused return value in UnoControlNoel Grandin 2015-12-21loplugin:unusedfields UnoControls,ucbNoel Grandin 2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-11-11com::sun::star->css in UnoControls/Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-19cleanup some local var declarationsNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-08-03new loplugin: refcountingNoel Grandin 2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann 2015-07-04Fix typosAndrea Gelmini 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-05-28new clang plugin: loopvartoosmallNoel Grandin 2015-05-05remove unused #include awt/InvalidateStyle.hppMichael Stahl 2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-27loplugin:staticfunctionNoel Grandin 2015-03-17Fix various XServiceInfo implementationsStephan Bergmann 2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara 2015-03-08TyposJulien Nabet 2015-02-28TyposJulien Nabet