diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-10 16:38:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-10 16:38:26 +0200 |
commit | 90b0a547920972443f2eea49f9643c6658f040e4 (patch) | |
tree | 81e03f37f371a0b7988c14859e1173e418f1f689 /sfx2 | |
parent | 44f34c1163882c2e3086282374fee9cd55ee211f (diff) |
Drop no-op skipBytes(0) call
Change-Id: Ieb8c588c8db82a0f1e671e4966d69d87d18997e7
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index f4732d2d55c4..4b62de5ae926 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -2280,7 +2280,6 @@ void SfxMedium::GetMedium_Impl() if ( pImp->m_xInputStreamToLoadFrom.is() ) { pImp->xInputStream = pImp->m_xInputStreamToLoadFrom; - pImp->xInputStream->skipBytes(0); if (pImp->m_bInputStreamIsReadOnly) GetItemSet()->Put( SfxBoolItem( SID_DOC_READONLY, true ) ); } |