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

New commits:
commit 5fe4829b5dd35bf2026e531ba4e634cc616fb658
Author: Philipp Riemer <ruderphil...@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 <dtar...@redhat.com>
    Tested-by: David Tardon <dtar...@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;
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to