is there any point to aSrcLine and "rsc" directive in idl?

This commit is contained in:
Caolán McNamara 2011-11-27 21:10:18 +00:00
parent 963fd1696c
commit bdaadf8fdd
2 changed files with 1 additions and 3 deletions

View File

@ -57,7 +57,6 @@ public:
String aCHeaderFile;
String aCSourceFile;
String aTargetFile;
ByteString aSrsLine;
String aHelpIdFile;
String aCSVFile;
String aExportFile;

View File

@ -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++;
}
}