summaryrefslogtreecommitdiff
path: root/scripting/Package_scriptbindinglib.mk
blob: 54ecbb2ccd2d8b18e4ca60ab9492f71a30efb84b (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_Package_Package,scripting_scriptbindinglib,$(SRCDIR)/scripting/workben/bindings))

$(eval $(call gb_Package_add_files,scripting_scriptbindinglib,$(LIBO_SHARE_FOLDER)/basic/ScriptBindingLibrary,\
	Highlight.xdl \
	dialog.xlb \
	script.xlb \
))

# vim: set noet sw=4 ts=4:
3380bb83841b3b086e5cbc6f7ca750c'>Convert com.sun.star.comp.stoc.CoreReflection to direct constructionCaolán McNamara 2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann 2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin 2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M 2017-08-21stoc: remove extra bracesMichael Stahl 2017-08-21stoc: deadlock osl::Mutex::getGlobalMutex() vs getImplHelperInitMutex()Michael Stahl 2017-08-17remove unnecessary use of OUString::getStrNoel Grandin 2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin 2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin 2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin 2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin 2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin 2017-07-13loplugin:oncevar: empty strings: stocStephan Bergmann