summaryrefslogtreecommitdiff
path: root/desktop/Package_scalc_sh.mk
blob: 5d29e162589997e5efcfb19b508aafdc73122aa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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_Package_Package,desktop_scalc_sh,$(SRCDIR)/desktop/scripts))

$(eval $(call gb_Package_add_file,desktop_scalc_sh,$(LIBO_BIN_FOLDER)/scalc,scalc.sh))

# vim: set ts=4 sw=4 noet:
/span>remove use of #pragma optimizeLuboš Luňák 2012-11-19re-base on ALv2 code. Includes:Michael Meeks 2012-09-11XubString->rtl::OUStringCaolán McNamara 2012-08-28-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann 2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann 2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás 2012-08-01simpler fix fo fdo#51336 - change vcl checkbox no-label behaviourNoel Power 2012-08-01Revert "fdo#51336 - change vcl checkbox no-label behaviour"Noel Power 2012-07-24janitorial: C++-style cast instead of legacy C-style castLionel Elie Mamane 2012-07-24forcing repaint has catastrophic performance implications; invalidate onlyLionel Elie Mamane 2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold 2012-07-09some UniString->rtl::OUStringCaolán McNamara 2012-07-06fdo#51336 - change vcl checkbox no-label behaviourNoel Power 2012-06-21re-base on ALv2 code.Michael Meeks 2012-04-25refactor ImpSvtDataCaolán McNamara 2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara 2012-03-14svtools/source/brwbox: translate commentsStefan Knorr (astron) 2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann