[Libreoffice-commits] core.git: 4 commits - package/source pyuno/source sax/source

Tor Lillqvist tml at collabora.com
Wed Oct 2 09:39:41 PDT 2013


 package/source/xstor/ohierarchyholder.cxx |    2 --
 package/source/zipapi/ZipFile.cxx         |    1 -
 pyuno/source/module/pyuno_callable.cxx    |    1 -
 sax/source/expatwrap/xml2utf.cxx          |    2 --
 4 files changed, 6 deletions(-)

New commits:
commit 7bdbe709ea17b74a72647d9a410f4e125f1429af
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Oct 2 19:37:30 2013 +0300

    WaE: unused variable
    
    Change-Id: Iad493e5022a36895a30438340826ef4df50b2837

diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx
index d67d4e0..588a14c 100644
--- a/package/source/zipapi/ZipFile.cxx
+++ b/package/source/zipapi/ZipFile.cxx
@@ -871,7 +871,6 @@ sal_Int32 ZipFile::recover()
 
     sal_Int64 nLength;
     Sequence < sal_Int8 > aBuffer;
-    Sequence < sal_Int32 > aHeaderOffsets;
 
     try
     {
commit 933c2adb2f6eea3a31d00231bc4dd38efd9435e2
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Oct 2 19:36:16 2013 +0300

    WaE: unused variable
    
    Change-Id: Iae213402c69a4ca35f160aae1a7ecae9a7a0d47e

diff --git a/package/source/xstor/ohierarchyholder.cxx b/package/source/xstor/ohierarchyholder.cxx
index bbd54da..7a297d2 100644
--- a/package/source/xstor/ohierarchyholder.cxx
+++ b/package/source/xstor/ohierarchyholder.cxx
@@ -261,8 +261,6 @@ void OHierarchyElement_Impl::TestForClosing()
 void SAL_CALL OHierarchyElement_Impl::disposing( const lang::EventObject& Source )
         throw ( uno::RuntimeException )
 {
-    uno::Sequence< embed::XStorage > aStoragesToCommit;
-
     try
     {
         ::osl::ClearableMutexGuard aGuard( m_aMutex );
commit 1d1b861f6ddcf492bc7bd0604ac6fddc498a40d9
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Oct 2 19:34:09 2013 +0300

    WaE: unused variable
    
    Change-Id: I15cdfface36f75180e5f5962c1be4d4ceb2728b9

diff --git a/sax/source/expatwrap/xml2utf.cxx b/sax/source/expatwrap/xml2utf.cxx
index 34440bf..ee14f78 100644
--- a/sax/source/expatwrap/xml2utf.cxx
+++ b/sax/source/expatwrap/xml2utf.cxx
@@ -39,8 +39,6 @@ sal_Int32 XMLFile2UTFConverter::readAndConvert( Sequence<sal_Int8> &seq , sal_In
     throw ( IOException, NotConnectedException , BufferSizeExceededException , RuntimeException )
 {
 
-    Sequence<sal_Int8> seqIn;
-
     if( ! m_in.is() ) {
         throw NotConnectedException();
     }
commit edba11021beaf93c211573d3865a6b0a966ad010
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Oct 2 19:32:31 2013 +0300

    WaE: unused variable
    
    Change-Id: Iea8461444c29de9968a5bfa85a2dabb186db47ca

diff --git a/pyuno/source/module/pyuno_callable.cxx b/pyuno/source/module/pyuno_callable.cxx
index 24cae2c..a4c7912 100644
--- a/pyuno/source/module/pyuno_callable.cxx
+++ b/pyuno/source/module/pyuno_callable.cxx
@@ -67,7 +67,6 @@ PyObject* PyUNO_callable_call(
     Sequence<short> aOutParamIndex;
     Sequence<Any> aOutParam;
     Sequence<Any> aParams;
-    Sequence<Type> aParamTypes;
     Any any_params;
     Any out_params;
     Any ret_value;


More information about the Libreoffice-commits mailing list