# -*- 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_Rdb_Rdb_install,pyuno)) $(eval $(call gb_Rdb_add_components,pyuno, \ pyuno/source/loader/pythonloader \ )) # vim: set noet sw=4 ts=4: rc='/cgit-data/cgit.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/binaryurp/source/readerstate.hxx
AgeCommit message (Expand)Author
2020-11-13tdf#123936 Formatting files in module binaryurp with clang-formatPhilipp Hofer
2020-09-04tdf#124176 Use #pragma once in binaryurpGeorge Bateman
2017-10-11binaryurp: consistently use "" and <> for include directivesMike Kaganski
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-02-16boost::noncopyable->'= delete'Caolán McNamara