summaryrefslogtreecommitdiff
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-22 10:03:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-23 12:24:01 +0200
commit1aa37aa6bee19099b57555a6d839992b054aa405 (patch)
tree1cb89df2b195a5bbce1a4ba0bdf18068b0249dc3 /include/vcl/field.hxx
parent8b1501d80dc9d3f42c351c6e026fa737e116cae5 (diff)
loplugin:unusedmethods
Change-Id: I9dac9260af9955dc4a66b34c33265c6e36094322 Reviewed-on: https://gerrit.libreoffice.org/60911 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r--include/vcl/field.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index 18c099364408..c57e511d7767 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -668,9 +668,6 @@ public:
void InsertValue( sal_Int64 nValue, FieldUnit eInUnit = FUNIT_NONE,
sal_Int32 nPos = COMBOBOX_APPEND );
- sal_Int64 GetValue( sal_Int32 nPos ) const;
- sal_Int32 GetValuePos( sal_Int64 nValue,
- FieldUnit eInUnit = FUNIT_NONE ) const;
// Needed, because GetValue() with nPos hide these functions
using MetricFormatter::GetValue;