is there any point to aSrcLine and "rsc" directive in idl?
This commit is contained in:
parent
963fd1696c
commit
bdaadf8fdd
@ -57,7 +57,6 @@ public:
|
||||
String aCHeaderFile;
|
||||
String aCSourceFile;
|
||||
String aTargetFile;
|
||||
ByteString aSrsLine;
|
||||
String aHelpIdFile;
|
||||
String aCSVFile;
|
||||
String aExportFile;
|
||||
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user