Kaydet (Commit) 9bd80d67 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The private SvFileStream::GetFileHandle() was used only on UNX

Drop the Windows implementation which wasn't x64-clean anyway.

Change-Id: I1622196dc4c3b940cc8d629016985cf97480a059
üst 0e07da84
......@@ -659,8 +659,9 @@ private:
String aFilename;
sal_uInt16 nLockCounter;
sal_Bool bIsOpen;
#ifdef UNX
sal_uInt32 GetFileHandle() const;
#endif
// Forbidden and not implemented.
SvFileStream (const SvFileStream&);
SvFileStream & operator= (const SvFileStream&);
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment