summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-11-16 12:42:04 +0100
committerJan Holesovsky <kendy@collabora.com>2015-11-16 14:50:59 +0100
commit3190f5a71dd3e63260edebc345aead4746a269a3 (patch)
tree117df23ee263f4207003f914d4a030f505897b59 /bin
parentd49b8e32e5d35f98d37e06555c1ba5f3199e9a80 (diff)
rename-sw-abbreviations.sh: Add Crsr -> Cursor, Frm -> Frame and Stk -> Stack.
The build works fine with these now, and produces no (new) warning. Change-Id: I3e5aad7baaec172ee4d2b50ea66876bdb7e9cac5
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rename-sw-abbreviations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rename-sw-abbreviations.sh b/bin/rename-sw-abbreviations.sh
index dc1bf934d488..785dfdac753a 100755
--- a/bin/rename-sw-abbreviations.sh
+++ b/bin/rename-sw-abbreviations.sh
@@ -12,7 +12,7 @@
# sw only:
-for I in "FrmFmt/FrameFormat" "Fmt/Format" "Cntnt/Content" "Txt/Text" "Tbl/Table" "GotoFld/GotoFormatField" "Fld/Field" "Ftn/Footnote" "Updt/Update" "Fml/Formula" "Hnt/Hint"
+for I in "FrmFmt/FrameFormat" "Fmt/Format" "Cntnt/Content" "Txt/Text" "Tbl/Table" "GotoFld/GotoFormatField" "Fld/Field" "Ftn/Footnote" "Updt/Update" "Fml/Formula" "Hnt/Hint" "CurCrsr/CurrentCursor" "VisCrsr/VisibleCursor" "Crsr/Cursor" "CntFrm/ContentFrame" "Frm/Frame" "Stk/Stack"
do
S="${I%/*}"
# change all except the filenames (in the .mk and in #include)