diff options
Diffstat (limited to 'idl/source/prj/database.cxx')
-rw-r--r-- | idl/source/prj/database.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index b63205a0911b..2629c2d457cb 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -197,7 +197,7 @@ bool SvIdlDataBase::ReadIdFile( const OString& rOFileName ) || rTok.GetChar() == '^' || rTok.GetChar() == '~' ) { - throw SvParseException( "unknown operator '" + OString(rTok.GetChar()) + "'in define", rTok ); + throw SvParseException( "unknown operator '" + OStringChar(rTok.GetChar()) + "'in define", rTok ); } if( rTok.GetChar() != '+' && rTok.GetChar() != '(' |