Fix typos
Change-Id: Idc6d5fcc91f74d1450ef44634274651074f768c0 Reviewed-on: https://gerrit.libreoffice.org/70437 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
This commit is contained in:
committed by
Jens Carl
parent
5785e4344f
commit
5143a5725c
@@ -1028,7 +1028,7 @@ void OStorage_Impl::Commit()
|
|||||||
while ( mapIter != m_aChildrenMap.end() )
|
while ( mapIter != m_aChildrenMap.end() )
|
||||||
{
|
{
|
||||||
// renamed and inserted elements must be really inserted to package later
|
// renamed and inserted elements must be really inserted to package later
|
||||||
// since thay can conflict with removed elements
|
// since they can conflict with removed elements
|
||||||
auto & pElement = mapIter->second;
|
auto & pElement = mapIter->second;
|
||||||
if ( pElement->m_bIsRemoved )
|
if ( pElement->m_bIsRemoved )
|
||||||
{
|
{
|
||||||
@@ -1050,7 +1050,7 @@ void OStorage_Impl::Commit()
|
|||||||
for ( auto& pair : m_aChildrenMap )
|
for ( auto& pair : m_aChildrenMap )
|
||||||
{
|
{
|
||||||
// if it is a 'duplicate commit' inserted elements must be really inserted to package later
|
// if it is a 'duplicate commit' inserted elements must be really inserted to package later
|
||||||
// since thay can conflict with renamed elements
|
// since they can conflict with renamed elements
|
||||||
auto & pElement = pair.second;
|
auto & pElement = pair.second;
|
||||||
if ( !pElement->m_bIsInserted )
|
if ( !pElement->m_bIsInserted )
|
||||||
{
|
{
|
||||||
@@ -1570,7 +1570,7 @@ void OStorage_Impl::CloneStreamElement( const OUString& aStreamName,
|
|||||||
// the copy will be created internally
|
// the copy will be created internally
|
||||||
|
|
||||||
// usual copying is not applicable here, only last flushed version of the
|
// usual copying is not applicable here, only last flushed version of the
|
||||||
// child stream should be used for copiing. Probably the children m_xPackageStream
|
// child stream should be used for copying. Probably the children m_xPackageStream
|
||||||
// can be used as a base of a new stream, that would be copied to result
|
// can be used as a base of a new stream, that would be copied to result
|
||||||
// storage. The only problem is that some package streams can be accessed from outside
|
// storage. The only problem is that some package streams can be accessed from outside
|
||||||
// at the same time (now solved by wrappers that remember own position).
|
// at the same time (now solved by wrappers that remember own position).
|
||||||
|
Reference in New Issue
Block a user