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

New commits:
commit ae17566542777ad55620f7d03b3dbf559a51da3f
Author: Miklos Vajna <vmik...@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 <vmik...@collabora.co.uk>
    Tested-by: Jenkins <c...@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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to