[Libreoffice-commits] core.git: bin/rename-sw-abbreviations.sh

Jan Holesovsky kendy at collabora.com
Mon Nov 16 05:51:38 PST 2015


 bin/rename-sw-abbreviations.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3190f5a71dd3e63260edebc345aead4746a269a3
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Mon Nov 16 12:42:04 2015 +0100

    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

diff --git a/bin/rename-sw-abbreviations.sh b/bin/rename-sw-abbreviations.sh
index dc1bf93..785dfda 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)


More information about the Libreoffice-commits mailing list