[Libreoffice-commits] core.git: 2 commits - include/editeng include/svx
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 8 16:33:47 UTC 2019
include/editeng/unoprnms.hxx | 1 -
include/svx/strings.hrc | 1 -
2 files changed, 2 deletions(-)
New commits:
commit cee1105a7361bd94650deeca39f02539d018a17c
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Oct 8 14:54:49 2019 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Oct 8 18:31:59 2019 +0200
loplugin:duplicatedefines RID_SUBSETSTR_GEORGIAN_EXTENDED
was defined twice in the same header
Change-Id: I05941e59162e7d29e881a81de278970763d83b52
Reviewed-on: https://gerrit.libreoffice.org/80457
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc
index 3f762edf5e3b..1d00726183b2 100644
--- a/include/svx/strings.hrc
+++ b/include/svx/strings.hrc
@@ -1674,7 +1674,6 @@
#define RID_SUBSETSTR_ZANABAZAR_SQUARE NC_("RID_SUBSETMAP", "Zanabazar Square")
#define RID_SUBSETSTR_CHESS_SYMBOLS NC_("RID_SUBSETMAP", "Chess Symbols")
#define RID_SUBSETSTR_DOGRA NC_("RID_SUBSETMAP", "Dogra")
-#define RID_SUBSETSTR_GEORGIAN_EXTENDED NC_("RID_SUBSETMAP", "Georgian Extended")
#define RID_SUBSETSTR_GUNJALA_GONDI NC_("RID_SUBSETMAP", "Gunjala Gondi")
#define RID_SUBSETSTR_HANIFI_ROHINGYA NC_("RID_SUBSETMAP", "Hanifi Rohingya")
#define RID_SUBSETSTR_INDIC_SIYAQ_NUMBERS NC_("RID_SUBSETMAP", "Indic Siyaq Numbers")
commit 86872303d374f0ec3d91036dfc824b74a5779938
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Oct 8 14:53:08 2019 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Oct 8 18:31:41 2019 +0200
loplugin:duplicatedefines in editeng
UNO_NAME_EDIT_CHAR_FONTNAME was defined twice in the same file
Change-Id: Idaa5933cde25c59fd4a5642786b9d4bdd53b9a33
Reviewed-on: https://gerrit.libreoffice.org/80456
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/include/editeng/unoprnms.hxx b/include/editeng/unoprnms.hxx
index 9af8dcd25d1f..ca3b977afeee 100644
--- a/include/editeng/unoprnms.hxx
+++ b/include/editeng/unoprnms.hxx
@@ -324,7 +324,6 @@
#define UNO_NAME_EDIT_CHAR_STRIKEOUT "CharStrikeout"
#define UNO_NAME_EDIT_CHAR_CASEMAP "CharCaseMap"
#define UNO_NAME_EDIT_CHAR_ESCAPEMENT "CharEscapement"
-#define UNO_NAME_EDIT_CHAR_FONTNAME "CharFontName"
#define UNO_NAME_EDIT_CHAR_SHADOWED "CharShadowed"
#define UNO_NAME_EDIT_CHAR_UNDERLINE "CharUnderline"
#define UNO_NAME_EDIT_CHAR_OVERLINE "CharOverline"
More information about the Libreoffice-commits
mailing list