[Libreoffice-commits] core.git: include/unotools

Miklos Vajna vmiklos at collabora.co.uk
Wed Dec 6 12:39:40 UTC 2017


 include/unotools/ucbstreamhelper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ae17566542777ad55620f7d03b3dbf559a51da3f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Dec 6 09:43:28 2017 +0100

    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 at collabora.co.uk>
    Tested-by: Jenkins <ci at libreoffice.org>

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 );


More information about the Libreoffice-commits mailing list