diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2013-03-21 12:51:02 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2013-03-21 13:07:43 +0200 |
commit | 9bd80d67de3d76ba89a4eed7c53cb9534a49dbc9 (patch) | |
tree | 645536e3f52bfca6dc4930f4581e72649e8e09cd /tools/source/stream | |
parent | 0e07da84299bb48dfc232c2888d176fa558ff58b (diff) |
The private SvFileStream::GetFileHandle() was used only on UNX
Drop the Windows implementation which wasn't x64-clean anyway.
Change-Id: I1622196dc4c3b940cc8d629016985cf97480a059
Diffstat (limited to 'tools/source/stream')
-rw-r--r-- | tools/source/stream/strmwnt.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/source/stream/strmwnt.cxx b/tools/source/stream/strmwnt.cxx index 1d7dfb214303..800dae18dda4 100644 --- a/tools/source/stream/strmwnt.cxx +++ b/tools/source/stream/strmwnt.cxx @@ -133,11 +133,6 @@ SvFileStream::~SvFileStream() delete pInstanceData; } -sal_uIntPtr SvFileStream::GetFileHandle() const -{ - return (sal_uIntPtr)pInstanceData->hFile; -} - sal_uInt16 SvFileStream::IsA() const { return ID_FILESTREAM; |