diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-12-06 09:43:28 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-12-06 13:38:04 +0100 |
commit | ae17566542777ad55620f7d03b3dbf559a51da3f (patch) | |
tree | 2d7b9379d4087ec8210fe4a37548efdc67c96a73 /include/unotools | |
parent | 82000d8fba0403dfed98eb73a0936653ce5ef001 (diff) |
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/45924
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/ucbstreamhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/ucbstreamhelper.hxx b/include/unotools/ucbstreamhelper.hxx index 42bdc4ad7714..68309d094acf 100644 --- a/include/unotools/ucbstreamhelper.hxx +++ b/include/unotools/ucbstreamhelper.hxx @@ -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 ); |