is there any point to aSrcLine and "rsc" directive in idl?
This commit is contained in:
@@ -57,7 +57,6 @@ public:
|
|||||||
String aCHeaderFile;
|
String aCHeaderFile;
|
||||||
String aCSourceFile;
|
String aCSourceFile;
|
||||||
String aTargetFile;
|
String aTargetFile;
|
||||||
ByteString aSrsLine;
|
|
||||||
String aHelpIdFile;
|
String aHelpIdFile;
|
||||||
String aCSVFile;
|
String aCSVFile;
|
||||||
String aExportFile;
|
String aExportFile;
|
||||||
|
@@ -333,10 +333,9 @@ SvCommand::SvCommand( int argc, char ** argv )
|
|||||||
}
|
}
|
||||||
else if( aParam.EqualsIgnoreCaseAscii( "rsc", 0, 3 ) )
|
else if( aParam.EqualsIgnoreCaseAscii( "rsc", 0, 3 ) )
|
||||||
{ // first line in *.srs file
|
{ // first line in *.srs file
|
||||||
|
OSL_ENSURE(false, "does anything use this option, doesn't look like it belong here");
|
||||||
if( aList[ i + 1 ] )
|
if( aList[ i + 1 ] )
|
||||||
{
|
{
|
||||||
aSrsLine = rtl::OUStringToOString(*aList[ i +1 ],
|
|
||||||
RTL_TEXTENCODING_UTF8);
|
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user