summaryrefslogtreecommitdiff
path: root/include/rsc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-16 09:49:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-16 09:49:23 +0200
commit544bd60be20d1abe195f51fc9906cdef2c8489dd (patch)
tree2ad4796856cd348326a37c33dbc9f0f0f899eda2 /include/rsc
parentd76d15552d7ef9faddb0694e5f05d180e5798c14 (diff)
remove unused F_100TH_SEC from TimeFieldFormat enum
Change-Id: I04b27ea7ede9dca6ca41ac910ac97a878788f2e0
Diffstat (limited to 'include/rsc')
-rw-r--r--include/rsc/rsc-vcl-shared-types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rsc/rsc-vcl-shared-types.hxx b/include/rsc/rsc-vcl-shared-types.hxx
index 3e238872ece7..1091e6432c39 100644
--- a/include/rsc/rsc-vcl-shared-types.hxx
+++ b/include/rsc/rsc-vcl-shared-types.hxx
@@ -23,7 +23,7 @@
#include <sal/types.h>
#include <o3tl/typed_flags_set.hxx>
-enum class TimeFieldFormat : sal_Int32 { F_NONE, F_SEC, F_100TH_SEC, F_SEC_CS };
+enum class TimeFieldFormat : sal_Int32 { F_NONE, F_SEC, F_SEC_CS };
enum class KeyFuncType : sal_Int32 { DONTKNOW, NEW, OPEN, SAVE,
SAVEAS, PRINT, CLOSE, QUIT,