diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-07-15 15:26:26 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-07-15 15:26:26 +0200 |
commit | 86bfc8c31eaf79bc5b2d28d1025e7e104155eb54 (patch) | |
tree | 752767f3e94fea89fd6f2f0ae650aa0e43a924ca /soltools | |
parent | d3d0fc1c0e22460fdb1ba902654d4dc861c91658 (diff) |
CWS changehid: #i111874#: use HID generation to create conversion list for testtool and help
Diffstat (limited to 'soltools')
-rwxr-xr-x | soltools/HIDCompiler/hidclex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/HIDCompiler/hidclex.l b/soltools/HIDCompiler/hidclex.l index e99618f30225..565e42960462 100755 --- a/soltools/HIDCompiler/hidclex.l +++ b/soltools/HIDCompiler/hidclex.l @@ -697,7 +697,7 @@ num4tag (([Pp][Oo][Ss][Ss][Ii][Zz][Ee])) globsuffix = globsuffix==NULL ? glob:globsuffix+1; if( ares->helpID ) { - fprintf( outfile,"\n\t printf(\"%s \\t %cs %cu \\n\",\n", + fprintf( outfile,"\n\t printf(\"%s \\t %cs %cs \\n\",\n", ares->helpID,'%','%'); fprintf(outfile,"\t\"HelpID\", (%s) ); \n", ares->helpID); } |