[Libreoffice-commits] core.git: include/svl

Philipp Riemer ruderphilipp at gmail.com
Wed Sep 4 01:09:49 PDT 2013


 include/svl/filerec.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 5fe4829b5dd35bf2026e531ba4e634cc616fb658
Author: Philipp Riemer <ruderphilipp at gmail.com>
Date:   Tue Sep 3 19:51:29 2013 +0200

    delete code that was commented out
    
    Change-Id: I1d6e96a3cd26ada7911ee4a538e9441050ca75bc
    Reviewed-on: https://gerrit.libreoffice.org/5795
    Reviewed-by: David Tardon <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx
index 5aeb0b9..4f8172c 100644
--- a/include/svl/filerec.hxx
+++ b/include/svl/filerec.hxx
@@ -629,8 +629,6 @@ inline SfxMiniRecordWriter::SfxMiniRecordWriter
     sal_uInt32          nSize           // Gr"o\se der Daten in Bytes
 )
 :   _pStream( pStream ),
-    // _nTag( uninitialized ),
-    // _nStarPos( uninitialized ),
     _bHeaderOk(true)
 {
     DBG_ASSERT( nTag != 0 && nTag != 0xFF, "invalid Tag" );
@@ -751,8 +749,6 @@ inline sal_uInt32 SfxSingleRecordWriter::Close( bool bSeekToEndOfRec )
         SfxMiniRecordWriter::Close( bSeekToEndOfRec );
 #endif
 
-    // Record war bereits geschlossen
-//  nRet = 0;
     return nRet;
 }
 


More information about the Libreoffice-commits mailing list