summaryrefslogtreecommitdiff
path: root/external/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
);'>
authorRegina Henschel <rb.henschel@t-online.de>2023-08-31 01:15:26 +0200
committerTomaž Vajngerl <quikee@gmail.com>2023-08-31 18:36:47 +0200
commitbe53bf55c44dedd9a94c74b8f7c1c222746ed23f (patch)
tree98721518b7b1b7218690c1223e665a08e86a85af /xmloff
parentd1411afab98f7b41e9e700ef26b43dc77242d917 (diff)
tdf#157018 Enable import of color theme for Draw
Use the color theme import in Draw too, otherwise we will not be able to detect theme colors. Change-Id: I8f01ba69848a6265193407a952144b31e3a7fdb2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156313 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>