# -*- 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_Zip_Zip,accessoriesgalleryphotoscities,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Photos/Cities)) $(eval $(call gb_Zip_add_dependencies,accessoriesgalleryphotoscities,\ $(call gb_UnpackedTarball_get_target,gallery-pack) \ )) $(eval $(call gb_Zip_add_files,accessoriesgalleryphotoscities,\ ArkSoft0507170040.jpg \ ArkSoft0507170041.jpg \ ArkSoft0508100003.jpg \ ArkSoft0508100009.jpg \ ArkSoft0508100010.jpg \ ArkSoft0508100012.jpg \ ArkSoft0508100017.jpg \ morguefiles_com_pindiyath100_109777662243.jpg \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/AccessibleTitleBar.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-09-14 19:47:47 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-09-14 19:48:58 +0200
commit106cd072747a48ba064d8522cc15f581abffab51 (patch)
tree680854bb5b3af38476cd24bdc9f3cff2a318207f /sfx2/source/sidebar/AccessibleTitleBar.cxx
parent80fc0074689d657fbbf479da534f782bb9cc3cca (diff)
desktop lok: avoid unnecessary setPart() in paintPartTile() f161c6f8398d95'>diff)
loplugin:literaltoboolconversion