summaryrefslogtreecommitdiff
path: root/include/vcl/vectorgraphicdata.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-12-28 18:45:13 +0900
committerTomaž Vajngerl <quikee@gmail.com>2021-01-19 06:41:50 +0100
commite49dbc6c7ebae0162b6e1d7c5d0bdf3152c1814e (patch)
tree83b4064f7c6f1e751f07547b81f79f5dd06817f2 /include/vcl/vectorgraphicdata.hxx
parent8413089d698cf55a7aa14358ab8d5065af331b39 (diff)
vcl: remove VectorGraphicDataArray, use BinaryDataContainer instead
This change removes the contructor taking VectorGraphicDataArray for constructing VectorGraphicData, and instead of this, use the BinaryDataContainer instead. This further removes duplication and copying of the binary source data for various vector graphics formats (most importantly PDF and SVG). Change-Id: I1b9abf1662e1f30965c9068d04cb0afb82b3edaf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108442 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl/vectorgraphicdata.hxx')
-rw-r--r--include/vcl/vectorgraphicdata.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/vectorgraphicdata.hxx b/include/vcl/vectorgraphicdata.hxx
index 21d86fa12b3d..2d51bb61c228 100644
--- a/include/vcl/vectorgraphicdata.hxx
+++ b/include/vcl/vectorgraphicdata.hxx
@@ -86,10 +86,6 @@ private:
VectorGraphicData& operator=(const VectorGraphicData&) = delete;
public:
- VectorGraphicData(
- const VectorGraphicDataArray& rVectorGraphicDataArray,
- VectorGraphicDataType eVectorDataType,
- sal_Int32 nPageIndex = -1);
VectorGraphicData(const OUString& rPath, VectorGraphicDataType eVectorDataType);
VectorGraphicData(
const BinaryDataContainer& rDataContainer,