From 6427bf87360a97f41ae351feaa35975c868260ec Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Nov 2020 09:55:53 +0000 Subject: negative returns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6f710f1aecc2e242b6006a3360e31bf2a9438fe7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105286 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/i18nutil/paper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/i18nutil') diff --git a/include/i18nutil/paper.hxx b/include/i18nutil/paper.hxx index 415fc452d112..5c64d646d7f7 100644 --- a/include/i18nutil/paper.hxx +++ b/include/i18nutil/paper.hxx @@ -29,7 +29,7 @@ namespace com::sun::star::lang { struct Locale; } //!! The values of the following enumerators must correspond to the array position //!! of the respective paper size in the file i18nutil/source/utility/paper.cxx //!! Thus don't reorder the enum values here without changing the code there as well. -enum Paper +enum Paper : unsigned { PAPER_A0, PAPER_A1, -- cgit