[Libreoffice-commits] core.git: svtools/source

Stephan Bergmann sbergman at redhat.com
Wed Oct 2 08:29:26 PDT 2013


 svtools/source/misc/transfer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6af9bc29a6af4b2faf07fbb7d80c375dddb4dbed
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 2 17:29:02 2013 +0200

    -Werror,-Wunused-variable
    
    Change-Id: I8e49e150706b0f63fe97a97eaf719d9c62aa9795

diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index 282f594..f90404d 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -1558,7 +1558,7 @@ Reference< XTransferable > TransferableDataHelper::GetXTransferable() const
             xRet = mxTransfer;
 
             // do a dummy call to check, if this interface is valid (nasty)
-            Sequence< DataFlavor > aTestSeq( xRet->getTransferDataFlavors() );
+            xRet->getTransferDataFlavors();
 
         }
         catch( const ::com::sun::star::uno::Exception& )


More information about the Libreoffice-commits mailing list