# -*- 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_InternalUnoApi_InternalUnoApi,test_urp)) $(eval $(call gb_InternalUnoApi_use_api,test_urp,\ udkapi \ )) $(eval $(call gb_InternalUnoApi_set_include,test_urp,\ -I$(SRCDIR)/udkapi \ $$(INCLUDE) \ )) $(eval $(call gb_InternalUnoApi_add_idlfiles,test_urp,jurt/test/com/sun/star/lib/uno/protocols/urp,\ interfaces \ )) # vim: set noet sw=4 ts=4: bd930f538a1924ca471'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/unotools/datetime.hxx
AgeCommit message (Expand)Author
2018-11-13Use shared methods instead of duplicated codeSamuel Mehrbrodt
2018-11-12tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2015-11-17other #includes should be AFTER the include-once #defineNoel Grandin