summaryrefslogtreecommitdiff
path: root/sfx2/AllLangMoTarget_sfx2.mk
blob: b0f7dc3efef6552857e8f38ef664d451a87579d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- 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_AllLangMoTarget_AllLangMoTarget,sfx))

$(eval $(call gb_AllLangMoTarget_set_polocation,sfx,sfx2))

# vim: set noet sw=4 ts=4:
sha1'>ed0b12f4eadf1f2242f06cbd56804f75376274b1 (patch) tree7028abd9cf514c74bd1b795cc6398b0bb433f319 /basic parent5ff283e3b841230a45715e48a251c3c4216d1cec (diff)
no need to take a copy of the getProcessComponentContext return value
we can just take a "const &". (found by running clang-tidy with the performance-unnecessary-copy-initialization warning) Change-Id: I20fd208c65303da78170b1ac06c638fdf3aa094b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176267 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'basic')