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

Stephan Bergmann sbergman at redhat.com
Sun Jan 25 11:13:40 PST 2015


 registry/source/reflread.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 643c46bbd69ae47d90327726a8348f589d2a487d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sun Jan 25 20:13:03 2015 +0100

    loplugin:unreffun
    
    Change-Id: Id7e0ddf60e32a27cb3922ae6c64feeec40f8e079

diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx
index 2905bd3..23f267d 100644
--- a/registry/source/reflread.cxx
+++ b/registry/source/reflread.cxx
@@ -821,8 +821,6 @@ public:
         }
     }
 
-    sal_uInt32 parseIndex() { return ((m_numOfEntries ? sizeof(sal_uInt16) : 0) + (m_numOfEntries * m_REFERENCE_ENTRY_SIZE));}
-
     const sal_Char* getReferenceName(sal_uInt16 index);
     RTReferenceType getReferenceType(sal_uInt16 index);
     const sal_Char* getReferenceDoku(sal_uInt16 index);


More information about the Libreoffice-commits mailing list