diff options
Diffstat (limited to 'include/rsc')
-rw-r--r-- | include/rsc/rsc-vcl-shared-types.hxx | 2 |
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, |