[Libreoffice-commits] core.git: sw/source
Justin Luth (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 5 08:59:27 UTC 2019
sw/source/core/unocore/unomapproperties.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ce6b0a675b504290411e2f1c58b12de12406c5e6
Author: Justin Luth <justin.luth at collabora.com>
AuthorDate: Mon Aug 5 10:54:20 2019 +0300
Commit: Justin Luth <justin_luth at sil.org>
CommitDate: Mon Aug 5 10:58:47 2019 +0200
typo: the define isn't compared to itself
Change-Id: Ic6ba8bb8ceca7c7c143448b3e55d4671ba76df77
Reviewed-on: https://gerrit.libreoffice.org/76967
Tested-by: Jenkins
Reviewed-by: Justin Luth <justin_luth at sil.org>
diff --git a/sw/source/core/unocore/unomapproperties.hxx b/sw/source/core/unocore/unomapproperties.hxx
index 549f97cbee70..251c9ab6ed8d 100644
--- a/sw/source/core/unocore/unomapproperties.hxx
+++ b/sw/source/core/unocore/unomapproperties.hxx
@@ -104,7 +104,7 @@
{ OUString(UNO_NAME_UNVISITED_CHAR_STYLE_NAME), RES_TXTATR_INETFMT, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID ,MID_URL_UNVISITED_FMT }, \
{ OUString(UNO_NAME_VISITED_CHAR_STYLE_NAME), RES_TXTATR_INETFMT, cppu::UnoType<OUString>::get(), PropertyAttribute::MAYBEVOID ,MID_URL_VISITED_FMT },
-// same as COMMON_CRSR_PARA_PROPERTIES_WITHOUT_FN_01 but without
+// same as COMMON_CRSR_PARA_PROPERTIES_WITHOUT_FN but without
// OUString(UNO_NAME_BREAK_TYPE) and OUString(UNO_NAME_PAGE_DESC_NAME) which can not be used
// by the SwXTextTableCursor
#define COMMON_CRSR_PARA_PROPERTIES_WITHOUT_FN_01 \
More information about the Libreoffice-commits
mailing list