From da56de9ac4824eb365af20b351719395e725be39 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Thu, 30 Mar 2017 09:36:06 +0200 Subject: remove type decorations on char literals they are only needed where type deduction fails. left them in defines for now. Change-Id: I7f002dd6bc7acc083c73b6c64076de6dd28d0b09 Reviewed-on: https://gerrit.libreoffice.org/35893 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- shell/source/all/xml_parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/source/all') diff --git a/shell/source/all/xml_parser.cxx b/shell/source/all/xml_parser.cxx index 6f466477aaed..4214a2a4d194 100644 --- a/shell/source/all/xml_parser.cxx +++ b/shell/source/all/xml_parser.cxx @@ -34,7 +34,7 @@ namespace /* private */ /* Extracts the local part of tag without namespace decoration e.g. meta:creator -> creator */ - const XML_Char COLON = (XML_Char)':'; + const XML_Char COLON = ':'; const XML_Char* get_local_name(const XML_Char* rawname) { -- cgit