summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2020-05-06 14:08:07 -0400
committerHenry Castro <hcastro@collabora.com>2020-05-11 02:30:41 +0200
commit2a694f9e0e7789b4b3b792a9eedd29366fa10c1c (patch)
tree81abb7c6da700a03897989608c7b579321ffb1b1 /include
parent0e3196c49b84651df20b770d5cd7f0bbb19dfc40 (diff)
lok: fix the window type of the formatted field control
Change-Id: Iab87c94ca19314eacec18e71d7d09ba42f1756e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93586 Tested-by: Jenkins Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/tools/wintypes.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index b3457240e040..865d62c9e802 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -69,6 +69,7 @@ enum class WindowType : sal_uInt16
PATTERNFIELD ,
NUMERICFIELD , // 40 (344)
METRICFIELD ,
+ FORMATTEDFIELD ,
CURRENCYFIELD ,
DATEFIELD ,
TIMEFIELD ,