Kaydet (Commit) 0191f643 authored tarafından Matteo Casalin's avatar Matteo Casalin

Clarify intended behaviour

Change-Id: Ib1edda4886940223bd32c8a78d3aa4241f57ec84
üst 1d40b59d
...@@ -1294,7 +1294,8 @@ void SfxDocTplService_Impl::RemoveUINamesForTemplateDir_Impl( const OUString& aU ...@@ -1294,7 +1294,8 @@ void SfxDocTplService_Impl::RemoveUINamesForTemplateDir_Impl( const OUString& aU
aNewUINames.resize( nNewLen ); aNewUINames.resize( nNewLen );
!bChanged || WriteUINamesForTemplateDir_Impl( aUserPath, aNewUINames ); if (bChanged)
WriteUINamesForTemplateDir_Impl( aUserPath, aNewUINames );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment