summaryrefslogtreecommitdiff
path: root/ucb/Library_ucpexpand1.mk
blob: a3f5fe1b3f2ca0a5e3c4ecc4b0201e2f1a84ffbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- 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_Library_Library,ucpexpand1))

$(eval $(call gb_Library_set_componentfile,ucpexpand1,ucb/source/ucp/expand/ucpexpand1))

$(eval $(call gb_Library_use_sdk_api,ucpexpand1))

$(eval $(call gb_Library_use_libraries,ucpexpand1,\
	cppu \
	cppuhelper \
	sal \
	ucbhelper \
))

$(eval $(call gb_Library_add_exception_objects,ucpexpand1,\
	ucb/source/ucp/expand/ucpexpand \
))

# vim: set noet sw=4 ts=4:
I123e11d597269d7e43298504f1dbd0098c9b0149 2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin This is in preparation for more conversion of SvStream::operator<< calls to use more explicit method names. This converts the subclasses that have their own convenience overloads of operator<< to use normal methods. Change-Id: I5efd5d9a24c264cb86d2471303dd5849bf91ba80 2013-10-23fixincludeguards.sh: include/vclThomas Arnhold Change-Id: Iaea4396f60aeade5303bf83a4504ad62f161b83c 2013-05-27Fix bnc#795857 Use correct sizes for EMF+ bitmap renderingRadek Doulik Fix pdf export wrong size issues for embedded EMF+ images. Change-Id: I998c9535bde32fc9f452d61d7cb7609c95f5528d (cherry picked from commit 4c676625d4016d428e9becd5512b7cfc8b0c4b24) Conflicts: vcl/inc/vcl/gdimtf.hxx vcl/source/gdi/gdimtf.cxx 2013-04-23execute move of global headersBjoern Michaelsen see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a