Kaydet (Commit) ae175665 authored tarafından Miklos Vajna's avatar Miklos Vajna

unotools: remove not needed UcbStreamHelper inheritance

This class only has static member functions, nothing requires that
inheritance.

Change-Id: I31db802d0a9dcda01772b1e09a68af770868358d
Reviewed-on: https://gerrit.libreoffice.org/45924Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 82000d8f
......@@ -49,7 +49,7 @@ namespace utl
{
class UcbLockBytesHandler;
class UNOTOOLS_DLLPUBLIC UcbStreamHelper : public SvStream
class UNOTOOLS_DLLPUBLIC UcbStreamHelper
{
public:
static SvStream* CreateStream( const OUString& rFileName, StreamMode eOpenMode );
......
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