fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / include / test / xmldiff.hxx
blob93d09f2e85f44751c1ad5b52d4c048c6049a1a04
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #include <test/testdllapi.hxx>
12 bool OOO_DLLPUBLIC_TEST
13 doXMLDiff(const char* pFileName, const char* pContent, int size,
14 const char* pToleranceFileName);
16 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */