diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-12 15:48:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-12 15:52:43 +0100 |
commit | 2cd0b0f1d36a2e7ff75e82c6a003352fbbb0e668 (patch) | |
tree | ddcd9bc30dc18d54dc405319c7b955e37f6cd5df /l10ntools/source | |
parent | b2b138ac3dbcd4206c944428d43e234d4f854ef3 (diff) |
WaE, add extra brackets
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/help/HelpLinker.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx index 5b22c3bc7f4b..fba2c4ca07e3 100644 --- a/l10ntools/source/help/HelpLinker.cxx +++ b/l10ntools/source/help/HelpLinker.cxx @@ -998,8 +998,8 @@ void HelpLinker::main( std::vector<std::string> &args, throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); } - if (!bExtensionMode && idxCaptionStylesheet.empty() - || !extsource.empty() && idxCaptionStylesheet.empty()) + if ( (!bExtensionMode && idxCaptionStylesheet.empty()) + || (!extsource.empty() && idxCaptionStylesheet.empty()) ) { //No extension mode and extension mode using commandline //!extsource.empty indicates extension mode using commandline |