summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-12 15:50:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-12 15:52:43 +0100
commit32ccbf8ddef1e32af270381475c4c53c1e43b834 (patch)
treea07003c5c45993178fe4cd5c449ad81094347460 /l10ntools
parent2cd0b0f1d36a2e7ff75e82c6a003352fbbb0e668 (diff)
WaE, add extra brackets
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/help/HelpLinker.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx
index fba2c4ca07e3..1bdf29d1a85c 100644
--- a/l10ntools/source/help/HelpLinker.cxx
+++ b/l10ntools/source/help/HelpLinker.cxx
@@ -1022,8 +1022,8 @@ void HelpLinker::main( std::vector<std::string> &args,
idxCaptionStylesheet = fs::path( aStdStr_IdxCaptionPathFileURL );
}
- if (!bExtensionMode && idxContentStylesheet.empty()
- || !extsource.empty() && idxContentStylesheet.empty())
+ if ( (!bExtensionMode && idxContentStylesheet.empty())
+ || (!extsource.empty() && idxContentStylesheet.empty()) )
{
//No extension mode and extension mode using commandline
//!extsource.empty indicates extension mode using commandline