[Libreoffice-commits] .: 2 commits - autodoc/source cosv/inc

Caolán McNamara caolan at kemper.freedesktop.org
Mon Jan 24 06:54:11 PST 2011


 autodoc/source/ary/cpp/c_namesp.cxx |    2 --
 cosv/inc/cosv/tpl/vvector.hxx       |    2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 9bf613ea96cd9eb7d3ff3a581abdff3fa2bd7915
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jan 24 10:41:31 2011 +0000

    WaE: gcc 4.6.0 various warnings

diff --git a/autodoc/source/ary/cpp/c_namesp.cxx b/autodoc/source/ary/cpp/c_namesp.cxx
index 205c4ef..adea5da 100644
--- a/autodoc/source/ary/cpp/c_namesp.cxx
+++ b/autodoc/source/ary/cpp/c_namesp.cxx
@@ -207,8 +207,6 @@ Namespace::Search_LocalOperations( std::vector<Ce_id> & o_result,
     if ( (*itLower).first != i_sName )
         return;
 
-    operations_citer
-        itEnd = aLocalOperations.end();
     for ( operations_citer it = itLower;
           it != aLocalOperations.end() ? (*itLower).first == i_sName : false;
           ++it )
commit e3efe8e0ac7d4cfcb296bca5ad00732309e298ac
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jan 24 10:41:27 2011 +0000

    WaE: gcc 4.6.0 various warnings

diff --git a/cosv/inc/cosv/tpl/vvector.hxx b/cosv/inc/cosv/tpl/vvector.hxx
index 4848d97..1903dce 100644
--- a/cosv/inc/cosv/tpl/vvector.hxx
+++ b/cosv/inc/cosv/tpl/vvector.hxx
@@ -132,7 +132,7 @@ class VirtualVector
     typedef VirtualVector<XX,PTRDEL>            self;
     typedef std::vector< DYN XX* >              impl_type;
     typedef typename impl_type::size_type       size_type;
-    typedef ptrdiff_t                           difference_type;
+    typedef std::ptrdiff_t                      difference_type;
 
     class const_iterator;
     class iterator;


More information about the Libreoffice-commits mailing list