summaryrefslogtreecommitdiff
path: root/idl/source/prj/database.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-04-10 15:13:22 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-04-10 15:14:28 +0100
commit4e3baf32d90a4747381f869837da5cf8fb3fb7f8 (patch)
tree78a34771ba525671af10c8c3fecc8ea914cb2e04 /idl/source/prj/database.cxx
parent72a0656fb5ff51b6afe36dbb099d15f6ae7f7c18 (diff)
svidl: more helpful error message for missing slot / types.
Change-Id: I89537f526e465137f5e8c17b4d7fd134ba59af4a
Diffstat (limited to 'idl/source/prj/database.cxx')
-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 8850d9813d8e..e0c6fe62acc3 100644
--- a/idl/source/prj/database.cxx
+++ b/idl/source/prj/database.cxx
@@ -160,7 +160,7 @@ void SvIdlDataBase::Save( SvStream & rStm, sal_uInt32 nFlags )
void SvIdlDataBase::SetError( const OString& rError, SvToken * pTok )
{
if( pTok->GetLine() > 10000 )
- aError.SetText( "hgchcg" );
+ aError.SetText( "line count overflow" );
if( aError.nLine < pTok->GetLine()
|| (aError.nLine == pTok->GetLine() && aError.nColumn < pTok->GetColumn()) )