diff options
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/prj/command.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx index 9366d7c32045..0eece073c550 100644 --- a/idl/source/prj/command.cxx +++ b/idl/source/prj/command.cxx @@ -333,10 +333,9 @@ SvCommand::SvCommand( int argc, char ** argv ) } else if( aParam.EqualsIgnoreCaseAscii( "rsc", 0, 3 ) ) { // first line in *.srs file + OSL_ENSURE(false, "does anything use this option, doesn't look like it belong here"); if( aList[ i + 1 ] ) { - aSrsLine = rtl::OUStringToOString(*aList[ i +1 ], - RTL_TEXTENCODING_UTF8); i++; } } |