diff options
author | Luke Petrolekas <luke.petrolekas@gmail.com> | 2012-03-19 18:12:35 -0400 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-20 08:57:15 +0100 |
commit | eb1c4f8ff0611bab1dd0ad92e25d82092a971731 (patch) | |
tree | 4eb90cadc70ae3b6b7d2918f5b63371fd03fe4f0 /rdbmaker | |
parent | a4abe212c193f369425f003a91116f65e9918c9a (diff) |
Remove commented out code.
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"; |