WaE: C6011 Dereferencing NULL pointer warnings
[LibreOffice.git] / uui / UIConfig_uui.mk
blobf0986cd1b6b988e7dd4c2457877c4e156c182320
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_UIConfig_UIConfig,uui))
12 $(eval $(call gb_UIConfig_add_uifiles,uui,\
13 uui/uiconfig/ui/filterselect \
14 uui/uiconfig/ui/authfallback \
15 uui/uiconfig/ui/logindialog \
16 uui/uiconfig/ui/macrowarnmedium \
17 uui/uiconfig/ui/masterpassworddlg \
18 uui/uiconfig/ui/password \
19 uui/uiconfig/ui/setmasterpassworddlg \
20 uui/uiconfig/ui/simplenameclash \
21 uui/uiconfig/ui/sslwarndialog \
22 uui/uiconfig/ui/unknownauthdialog \
25 # vim: set noet sw=4 ts=4: