Kaydet (Commit) eb1c4f8f authored tarafından Luke Petrolekas's avatar Luke Petrolekas Kaydeden (comit) Stephan Bergmann

Remove commented out code.

üst a4abe212
...@@ -456,11 +456,7 @@ int __cdecl main( int argc, char * argv[] ) ...@@ -456,11 +456,7 @@ int __cdecl main( int argc, char * argv[] )
ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies,
&options, listFile, rootKey, filterTypes); &options, listFile, rootKey, filterTypes);
} }
/*
// produce only this type
ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies,
&options, listFile, rootKey, filterTypes);
*/
if (!ret) if (!ret)
{ {
fprintf(stderr, "%s ERROR: %s\n", fprintf(stderr, "%s ERROR: %s\n",
......
...@@ -350,8 +350,6 @@ OString RdbOptions::prepareHelp() ...@@ -350,8 +350,6 @@ OString RdbOptions::prepareHelp()
help += " -L = specifies that only a text file is generated with the\n"; help += " -L = specifies that only a text file is generated with the\n";
help += " names of the specified types and their dependencies.\n"; help += " names of the specified types and their dependencies.\n";
help += " Default is that a registry file will be created\n"; help += " Default is that a registry file will be created\n";
// help += " -X<xmlfile> = xmlfile specifies the name of an xml description where\n";
// help += " all types are specified which will be generated.\n";
help += " -T<name> = name specifies a type or a list of types. The output for\n"; help += " -T<name> = name specifies a type or a list of types. The output for\n";
help += " [t1;...] this type is generated.\n"; help += " [t1;...] this type is generated.\n";
help += " Example: 'com.sun.star.uno.XInterface' is a valid type.\n"; help += " Example: 'com.sun.star.uno.XInterface' is a valid type.\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment