repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the formfield patch from ooo-build
[ooovba.git]
/
sfx2
/
util
/
mkdemo.pl
blob
fd4a2d9cecbeb60090c1dcd3304ec799f31ae017
1
binmode
stdin
;
2
binmode
stdout
;
3
while
(<>)
4
{
5
s/t(lxsayshere)/\x0\1/
;
6
print
$_
;
7
}