summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-06-04 15:47:31 +0000
committerKurt Zenker <kz@openoffice.org>2009-06-04 15:47:31 +0000
commit46ba9cbfdc49baeaba4037f8f1a679f1aefe0d5d (patch)
tree54ea97d97db8c1c9bf8e3122d621ea504787e5ac /idl
parentd2d49238aeec1d70b3acd2eb38b0de9c255f8a14 (diff)
CWS-TOOLING: integrate CWS cmcfixes59
2009-05-18 10:10:11 +0200 cmc r272001 : #i102012# remove extensions warnings, and set as warnings-free 2009-05-16 17:29:59 +0200 cmc r271981 : #i101990# silence warning, logic is unchanged 2009-05-16 17:13:59 +0200 cmc r271980 : #i100412 remove warning, logic is unchanged 2009-05-16 17:08:57 +0200 cmc r271979 : #i100412 remove warning, logic is unchanged, matches comments for intent 2009-05-16 17:01:08 +0200 cmc r271978 : #i86576# remove uncallable code 2009-05-16 15:41:46 +0200 cmc r271977 : #i101988# fix up consts for warning-free
Diffstat (limited to 'idl')
-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 fc436b9182..36aeae40f6 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 );