calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git] / vcl / inc / graphic / VectorGraphicLoader.hxx
blob943f7b8dc6d57c58d67d2df390a65cb1f57c13f7
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/.
9 */
11 #pragma once
13 #include <tools/stream.hxx>
14 #include <vcl/vectorgraphicdata.hxx>
15 #include <vcl/BinaryDataContainer.hxx>
16 #include <memory>
18 namespace vcl
20 std::shared_ptr<VectorGraphicData> loadVectorGraphic(BinaryDataContainer const& rDataContainer,
21 VectorGraphicDataType eType);
24 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */