summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-09-03 19:51:29 +0200
committerDavid Tardon <dtardon@redhat.com>2013-09-04 08:09:30 +0000
commit5fe4829b5dd35bf2026e531ba4e634cc616fb658 (patch)
tree26bf2fde422be200fdbaabcf2908cf0cddddf09c /include/svl
parent02988a7a97dab7619d4f33e83385cce3982dc6e0 (diff)
delete code that was commented out
Change-Id: I1d6e96a3cd26ada7911ee4a538e9441050ca75bc Reviewed-on: https://gerrit.libreoffice.org/5795 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/filerec.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx
index 5aeb0b9ccccf..4f8172c75d7e 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;
}