use "To Background" and "To Foreground" only in writer sidebar
[LibreOffice.git] / ucb / Library_ucptdoc1.mk
blob54ff1fee2fcb1731aeccb8fe67ee1a66928c3eba
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,ucptdoc1))
13 $(eval $(call gb_Library_set_componentfile,ucptdoc1,ucb/source/ucp/tdoc/ucptdoc1))
15 $(eval $(call gb_Library_use_sdk_api,ucptdoc1))
17 $(eval $(call gb_Library_use_libraries,ucptdoc1,\
18 comphelper \
19 cppu \
20 cppuhelper \
21 sal \
22 salhelper \
23 ucbhelper \
26 $(eval $(call gb_Library_add_exception_objects,ucptdoc1,\
27 ucb/source/ucp/tdoc/tdoc_contentcaps \
28 ucb/source/ucp/tdoc/tdoc_content \
29 ucb/source/ucp/tdoc/tdoc_datasupplier \
30 ucb/source/ucp/tdoc/tdoc_docmgr \
31 ucb/source/ucp/tdoc/tdoc_documentcontentfactory \
32 ucb/source/ucp/tdoc/tdoc_passwordrequest \
33 ucb/source/ucp/tdoc/tdoc_provider \
34 ucb/source/ucp/tdoc/tdoc_resultset \
35 ucb/source/ucp/tdoc/tdoc_services \
36 ucb/source/ucp/tdoc/tdoc_stgelems \
37 ucb/source/ucp/tdoc/tdoc_storage \
38 ucb/source/ucp/tdoc/tdoc_uri \
41 # vim: set noet sw=4 ts=4: