diff options
Diffstat (limited to 'toolkit/workben/layout/ooo-patch')
-rw-r--r-- | toolkit/workben/layout/ooo-patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolkit/workben/layout/ooo-patch b/toolkit/workben/layout/ooo-patch new file mode 100644 index 000000000000..89fc58db8748 --- /dev/null +++ b/toolkit/workben/layout/ooo-patch @@ -0,0 +1,7 @@ +#! /bin/sh +commit=${1-3249db59} # m5 + +git diff $commit layout | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-layout.diff +git diff $commit config_office scp2 | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-config_office-scp2.diff +git diff $commit svx sw | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-svx-sw.diff +git diff $commit transex3 | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-transex3.diff |