summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-08 14:53:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-08 18:31:41 +0200
commit86872303d374f0ec3d91036dfc824b74a5779938 (patch)
tree711e84bf3885267d0cfde42d85827609ae994835 /include
parent0adf816ccde0ad7a7449bb30b47ef27c49414b4f (diff)
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@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/unoprnms.hxx1
1 files changed, 0 insertions, 1 deletions
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"