nss: upgrade to release 3.73
[LibreOffice.git] / filter / source / graphicfilter / ipict / ipict.hxx
blob31ffdac0a81e28f775d1a4f5bff166dc266761a6
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 #ifndef INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IPICT_HXX
11 #define INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IPICT_HXX
13 #include <sal/config.h>
15 class GDIMetaFile;
16 class SvStream;
18 namespace pict
20 /// Function to access PictReader::ReadPict for unit testing.
21 void ReadPictFile(SvStream& rStreamPict, GDIMetaFile& rGDIMetaFile);
24 #endif // INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IPICT_HXX
26 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */