summaryrefslogtreecommitdiff
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-04 20:32:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-05 10:43:19 +0100
commit5796b4f90bfb7394ca89530cd67f6cf23e1ac693 (patch)
tree410f2aaace594325df09b41a4850107473c990f9 /include/vcl/field.hxx
parent3d3cb7808b4ca2ce10b16644846e6709d98e593c (diff)
turn TimeFormatter::ImplInit into initializer list
Change-Id: I2f21241f753b1fe1300a284cc80a29911cd223ae Reviewed-on: https://gerrit.libreoffice.org/84465 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r--include/vcl/field.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index 01256da135a5..8f0d1b350771 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -353,8 +353,6 @@ private:
bool mbDuration;
bool mbEnforceValidValue;
- SAL_DLLPRIVATE void ImplInit();
-
protected:
tools::Time maFieldTime;