From 1a049bc17c5f5ca524289efb73981292c32c58a1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 4 Oct 2018 09:15:18 +0200 Subject: drop SvMemoryStream::GetBuffer since it does the same thing as GetData() Change-Id: I18d35aa4e67ad7775987160c021863d0de90179b Reviewed-on: https://gerrit.libreoffice.org/61350 Tested-by: Jenkins Reviewed-by: Noel Grandin --- tools/source/stream/stream.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools') diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index 5526f8a509df..a99754d972bf 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -1653,11 +1653,6 @@ SvMemoryStream::~SvMemoryStream() } } -const void* SvMemoryStream::GetBuffer() -{ - return GetData(); -} - sal_uInt64 SvMemoryStream::GetSize() { Flush(); -- cgit