Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / include / filter / importcgm.hxx
bloba6782e1305a354b353a735d9ee3cfcd849bd21c6
2 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
3 /*
4 * This file is part of the LibreOffice project.
6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * License, v. 2.0. If a copy of the MPL was not distributed with this
8 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 */
10 #pragma once
12 #include <com/sun/star/frame/XModel.hpp>
13 #include <com/sun/star/task/XStatusIndicator.hpp>
14 #include <filter/dllapi.h>
16 class SvStream;
18 FILTER_DLLPUBLIC sal_uInt32
19 ImportCGM(SvStream& rIn, css::uno::Reference<css::frame::XModel> const& rXModel,
20 css::uno::Reference<css::task::XStatusIndicator> const& aXStatInd);
22 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */