/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ #include #include #include "commonfuzzer.hxx" extern "C" bool TestImportDOCX(SvStream &rStream); extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv) { TypicalFuzzerInitialize(argc, argv); return 0; } extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { SvMemoryStream aStream(const_cast(data), size, StreamMode::READ); (void)TestImportDOCX(aStream); return 0; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -24-2'>distro/allotropia/zeta-24-2 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-10-02 14:27:49 +0200
committerAndras Timar <andras.timar@collabora.com>2015-10-02 14:27:49 +0200
commit072be829f5db101ae2d78bbf34fd267aeaf95f65 (patch)
treea8e83b1dcc1e9a5111d62d87678cbed2274a3358
parente8d143a936fb478d68f21f6229ceabcbd86ffc2a (diff)
sync translations with upstream cp-4.4-9cp-4.4-10
Change-Id: I507cf84e5c548a161848bcf0694238ad7c2d8a74