summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-07-15 15:26:26 +0200
committerMathias Bauer <mba@openoffice.org>2010-07-15 15:26:26 +0200
commit86bfc8c31eaf79bc5b2d28d1025e7e104155eb54 (patch)
tree752767f3e94fea89fd6f2f0ae650aa0e43a924ca /soltools
parentd3d0fc1c0e22460fdb1ba902654d4dc861c91658 (diff)
CWS changehid: #i111874#: use HID generation to create conversion list for testtool and help
Diffstat (limited to 'soltools')
-rwxr-xr-xsoltools/HIDCompiler/hidclex.l2
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);
}