indent try-block, remove obsolete comment
indent block one level deeper than block in which it is contained Change-Id: Ibefd1a87c25100001f842f42f053d9e68feba8a6 Reviewed-on: https://gerrit.libreoffice.org/13498 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
committed by
Noel Grandin
parent
afb5143639
commit
28d9983e2c
@@ -337,7 +337,6 @@ void HelpLinker::link() throw(HelpProcessingException, BasicCodeTagger::TaggerEx
|
|||||||
// catch HelpProcessingException to avoid locking data bases
|
// catch HelpProcessingException to avoid locking data bases
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
||||||
// lastly, initialize the indexBuilder
|
// lastly, initialize the indexBuilder
|
||||||
if ( (!bExtensionMode || bIndexForExtension) && !helpFiles.empty())
|
if ( (!bExtensionMode || bIndexForExtension) && !helpFiles.empty())
|
||||||
initIndexerPreProcessor();
|
initIndexerPreProcessor();
|
||||||
@@ -504,9 +503,9 @@ void HelpLinker::link() throw(HelpProcessingException, BasicCodeTagger::TaggerEx
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // while loop over hzip files ending
|
}
|
||||||
|
|
||||||
} // try
|
}
|
||||||
catch( const HelpProcessingException& )
|
catch( const HelpProcessingException& )
|
||||||
{
|
{
|
||||||
// catch HelpProcessingException to avoid locking data bases
|
// catch HelpProcessingException to avoid locking data bases
|
||||||
|
Reference in New Issue
Block a user