summaryrefslogtreecommitdiff
path: root/framework/UIConfig_startmodule.mk
blob: 6bbb68d93798152501f301941f73bc18899527b4 (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
# -*- 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_UIConfig_UIConfig,modules/StartModule))

$(eval $(call gb_UIConfig_add_menubarfiles,modules/StartModule,\
	framework/uiconfig/startmodule/menubar/menubar \
))

$(eval $(call gb_UIConfig_add_statusbarfiles,modules/StartModule,\
	framework/uiconfig/startmodule/statusbar/statusbar \
))

$(eval $(call gb_UIConfig_add_toolbarfiles,modules/StartModule,\
	framework/uiconfig/startmodule/toolbar/standardbar \
))

# vim: set noet sw=4 ts=4:
d>sot: don't leak uninitialized memory into temp fileMichael Stahl 2015-08-29Formatting and bail-out early (to not re-format too much)Matteo Casalin 2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann 2015-08-11loplugin: defaultparamsNoel Grandin 2015-08-07cppcheck:noExplicitConstructorNoel Grandin 2015-08-06remove some unnecessary casts and local varsNoel Grandin 2015-08-06tdf#93018 - Copying forms not working anymore (part2)Noel Grandin 2015-08-06tdf#93018 - Copying forms not working anymoreNoel Grandin 2015-08-05loplugin:unusedmethodsNoel Grandin 2015-08-03-Werror,-Wunused-private-fieldStephan Bergmann 2015-07-31tools: prefix members of SvStreamMichael Stahl 2015-07-30loplugin:unusedmethodsNoel Grandin 2015-07-22limit storage entry max size to size of underlying streamCaolán McNamara 2015-07-16loplugin:simplifyboolStephan Bergmann 2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann 2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel 2015-07-08Fix typosAndrea Gelmini 2015-07-06loplugin:unusedmethods sotNoel Grandin 2015-07-03expand out some sot macrosNoel Grandin 2015-07-02loplugin:unusedmethods toolsNoel Grandin 2015-06-29remove custom RTTI from SotFactoryNoel Grandin 2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin 2015-06-28Fix typosAndrea Gelmini 2015-06-22tdf#92037 fix dragging DataSources field into documentNoel Grandin 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-16Fix typosAndrea Gelmini 2015-06-15remove unnecessary check for null when calling deleteNoel Grandin 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann 2015-05-28new clang plugin: loopvartoosmallNoel Grandin