diff options
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/source/rdbmaker/rdbmaker.cxx | 6 | ||||
-rw-r--r-- | rdbmaker/source/rdbmaker/rdboptions.cxx | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/rdbmaker/source/rdbmaker/rdbmaker.cxx b/rdbmaker/source/rdbmaker/rdbmaker.cxx index a383346d79bb..490a8fd7d3b6 100644 --- a/rdbmaker/source/rdbmaker/rdbmaker.cxx +++ b/rdbmaker/source/rdbmaker/rdbmaker.cxx @@ -456,11 +456,7 @@ int __cdecl main( int argc, char * argv[] ) ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options, listFile, rootKey, filterTypes); } -/* - // produce only this type - ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, - &options, listFile, rootKey, filterTypes); -*/ + if (!ret) { fprintf(stderr, "%s ERROR: %s\n", diff --git a/rdbmaker/source/rdbmaker/rdboptions.cxx b/rdbmaker/source/rdbmaker/rdboptions.cxx index cc78f7a7e1da..07478fd0461c 100644 --- a/rdbmaker/source/rdbmaker/rdboptions.cxx +++ b/rdbmaker/source/rdbmaker/rdboptions.cxx @@ -350,8 +350,6 @@ OString RdbOptions::prepareHelp() help += " -L = specifies that only a text file is generated with the\n"; help += " names of the specified types and their dependencies.\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 += " [t1;...] this type is generated.\n"; help += " Example: 'com.sun.star.uno.XInterface' is a valid type.\n"; |