Revert "tdf#37268: use also sheet local range in Pivot"
[LibreOffice.git] / extras / Package_palettes.mk
blobb1e71fccfe0709ac164874498328750985759fd1
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Package_Package,extras_palettes,$(SRCDIR)/extras/source/palettes))
12 $(eval $(call gb_Package_add_files,extras_palettes,$(LIBO_SHARE_FOLDER)/palette,\
13 arrowhd.soe \
14 chart-palettes.soc \
15 classic.sog \
16 freecolour-hlc.soc \
17 hatching.soh \
18 html.soc \
19 libreoffice.soc \
20 material.soc \
21 modern.sog \
22 standard.sob \
23 standard.soc \
24 standard.sod \
25 standard.soe \
26 standard.sog \
27 standard.soh \
28 standard.sop \
29 styles.sod \
30 tonal.soc \
33 # vim: set noet sw=4 ts=4: