[Libreoffice-commits] .: tools/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Wed Feb 9 10:55:35 PST 2011


 tools/source/memtools/table.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 4f38ce0b565ff22a17da005229c20e3685f2d908
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Feb 9 19:55:12 2011 +0100

    Remove old modified message

diff --git a/tools/source/memtools/table.cxx b/tools/source/memtools/table.cxx
index 18f8cbb..be32172 100644
--- a/tools/source/memtools/table.cxx
+++ b/tools/source/memtools/table.cxx
@@ -123,7 +123,6 @@ BOOL Table::Insert( ULONG nKey, void* p )
         {
             USHORT n = 0;
             USHORT nTempCount = (USHORT)nCount * 2;
-            //<!--Modified by PengYunQuan for resolving a NULL pointer access 
 
             if( void** pNodes = Container::ImpGetOnlyNodes() )
             {
@@ -153,7 +152,6 @@ BOOL Table::Insert( ULONG nKey, void* p )
                 if ( ImplGetIndex( nKey, &i ) != TABLE_ENTRY_NOTFOUND )
                     return FALSE;
             }
-            //-->Modified by PengYunQuan for resolving a NULL pointer access 
         }
         else
         {


More information about the Libreoffice-commits mailing list