diff options
author | panoskorovesis <panoskorovesis@outlook.com> | 2021-08-09 11:59:58 +0300 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-17 04:41:16 +0200 |
commit | 20d48960d7c6d1fda499983853c9c4e4c9b3f9e1 (patch) | |
tree | 799776f95602b7abc6011d849356d0682e769633 /include/vcl/gdimtf.hxx | |
parent | e7b6205bcf127d8afab8dfd015fef7573b296a22 (diff) |
Remove unused methods from gdimtf.hxx
Remove GDIMetaFile::Read, ReadGDIMetaFile, GDIMetaFile::Write,
WriteGDIMetaFile. Their functionality is covered from SvmReader::Read
and SvmWriter::Write respectively
Change-Id: Id3d22e251d19c2898359a6c1dbeffbc53419540b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120409
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl/gdimtf.hxx')
-rw-r--r-- | include/vcl/gdimtf.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/vcl/gdimtf.hxx b/include/vcl/gdimtf.hxx index 5293958ddaad..8ce95ed11029 100644 --- a/include/vcl/gdimtf.hxx +++ b/include/vcl/gdimtf.hxx @@ -182,16 +182,6 @@ public: BitmapChecksum GetChecksum() const; sal_uLong GetSizeBytes() const; - // Methods for reading and writing the new formats; - // the Read method also reads the old format - SvStream& Read( SvStream& rIStm ); - SvStream& Write( SvStream& rOStm ); - - // Stream-operators write (still) the old format - // and read both the old and the new format - friend VCL_DLLPUBLIC SvStream& ReadGDIMetaFile(SvStream& rIStm, GDIMetaFile& rGDIMetaFile, ImplMetaReadData* pReadData); - friend VCL_DLLPUBLIC SvStream& WriteGDIMetaFile(SvStream& rOStm, const GDIMetaFile& rGDIMetaFile); - /// Creates an antialiased thumbnail bool CreateThumbnail(BitmapEx& rBitmapEx, BmpConversion nColorConversion = BmpConversion::N24Bit, |