summaryrefslogtreecommitdiff
path: root/include/vcl/vclenum.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-27 21:11:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-02-29 07:27:59 +0100
commit9cb07cdca78e2cb1ecff84b7a8e154b23cc2a46d (patch)
treec4e8d0813f5a5b4e9e4835092cfea9555b8c708a /include/vcl/vclenum.hxx
parent150ca03b82393c8c9704885b56c2752b77bbb559 (diff)
tdf#130515 Time field in Base form will not display correct format
regression from commit 65b7b6322b662785bf032e66c76abc36c9a2bb0e Date: Wed Feb 8 10:40:28 2017 +0200 loplugin:unusedenumconstants read-only constants in vcl Change-Id: Icf2e385763c8ece34521895331d148a5baacf2d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89706 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/vclenum.hxx')
-rw-r--r--include/vcl/vclenum.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/vcl/vclenum.hxx b/include/vcl/vclenum.hxx
index 738dca1fc3b0..b5423b46e5de 100644
--- a/include/vcl/vclenum.hxx
+++ b/include/vcl/vclenum.hxx
@@ -147,7 +147,10 @@ enum class TimeFormat
enum class ExtTimeFieldFormat
{
- Short24H, Long24H
+ /** the first 4 of these are only used by base/dbaccess */
+ Short24H, Long24H,
+ Short12H, Long12H,
+ ShortDuration, LongDuration
};
enum class ExtDateFieldFormat