summaryrefslogtreecommitdiff
path: root/include/i18nutil
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-11-04 09:55:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-11-04 15:11:56 +0100
commit6427bf87360a97f41ae351feaa35975c868260ec (patch)
tree0c23cf4d5c0d9c1f1b7ee6b44161f70ebae6ef1b /include/i18nutil
parentc4fc90af1355d80ad0c3e5130fd43a9b97d80b9a (diff)
negative returns
Change-Id: I6f710f1aecc2e242b6006a3360e31bf2a9438fe7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105286 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/i18nutil')
-rw-r--r--include/i18nutil/paper.hxx2
1 files changed, 1 insertions, 1 deletions
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,