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
Update ooo320-m1
[ooovba.git]
/
writerfilter
/
source
/
ooxml
/
modelcleanup
blob
25651aa343a2c3fae37eba8c0bb7cafeff20118b
1
#!/bin/sh
2
(
xsltproc modelcleanup.xsl model.xml | xmllint
--format
- >
model.xml.tmp
) &&
\
3
mv
model.xml.tmp model.xml