summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--idl/source/prj/database.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx
index 264baa42c298..8933156bfc69 100644
--- a/idl/source/prj/database.cxx
+++ b/idl/source/prj/database.cxx
@@ -251,7 +251,7 @@ void SvIdlDataBase::SetError( const ByteString & rError, SvToken * pTok )
aError.SetText( "hgchcg" );
if( aError.nLine < pTok->GetLine()
- || aError.nLine == pTok->GetLine() && aError.nColumn < pTok->GetColumn() )
+ || (aError.nLine == pTok->GetLine() && aError.nColumn < pTok->GetColumn()) )
{
aError = SvIdlError( pTok->GetLine(), pTok->GetColumn() );
aError.SetText( rError );