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-10 14:15:10 +0200
commit3164a9a0b7603c0d3ef52bc1ed223ab481294fb3 (patch)
treee05e453215f505fcdee5e283a47911b366bfb322 /include
parentc0f1d703b4d1055768fc0bcbf3884c5d3cf71a1c (diff)
lok: fix the window type of the formatted field control
Change-Id: Iab87c94ca19314eacec18e71d7d09ba42f1756e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93778 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> 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 f3ac3956d9ee..70f1d433b906 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 ,