diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:38:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 09:13:49 -0600 |
commit | d148739576fbb555099b51df39b51678f573a8a5 (patch) | |
tree | b338b1c633b3ac7fdc84dc5074409dfa1226a429 /package/source | |
parent | 132d7941e01a6b385f17ebd768341debd49f8847 (diff) |
Remove visual noise from package
Change-Id: Icef40ad2d451d3c5ca90ed4b305ece5430d352f7
Reviewed-on: https://gerrit.libreoffice.org/8289
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'package/source')
-rw-r--r-- | package/source/xstor/switchpersistencestream.hxx | 2 | ||||
-rw-r--r-- | package/source/xstor/xstorage.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/source/xstor/switchpersistencestream.hxx b/package/source/xstor/switchpersistencestream.hxx index 0007fbd60352..b94958ae170b 100644 --- a/package/source/xstor/switchpersistencestream.hxx +++ b/package/source/xstor/switchpersistencestream.hxx @@ -35,7 +35,7 @@ #include <cppuhelper/implbase6.hxx> // SwitchablePersistenceStream -// + // Allows to switch the stream persistence on the fly. The target // stream ( if not filled by the implementation ) MUST have the same // size as the original one! diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx index a3baf893848a..1906a809b4c8 100644 --- a/package/source/xstor/xstorage.cxx +++ b/package/source/xstor/xstorage.cxx @@ -756,7 +756,7 @@ void OStorage_Impl::CopyToStorage( const uno::Reference< embed::XStorage >& xDes // { // // Relations info stream is a writeonly property, introduced only to optimyze copying // // Should be used carefuly since no check for stream consistency is done, and the stream must not stay locked - // + // OUString aRelInfoString = "RelationsInfoStream"; // xPropSet->setPropertyValue( aRelInfoString, uno::makeAny( GetSeekableTempCopy( xRelInfoStream, m_xFactory ) ) ); // } |