summaryrefslogtreecommitdiff
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-06 18:41:59 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-09 08:09:39 +0000
commit61afb4bebafe6e615611e74b17ce0fc43648813f (patch)
tree7833367eb6849772054ab11683ad5e6e28c22c41 /include/vcl/field.hxx
parent5ab7806d6c8e2d155fc022ace19f83afbe5f9e68 (diff)
remove unused Link<> field
Change-Id: I8832a303ae2ac384e49488835df6b2d145ebbfcd Reviewed-on: https://gerrit.libreoffice.org/18430 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
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 d5503cd32803..e6e117e8198f 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -43,7 +43,6 @@ class VCL_DLLPUBLIC FormatterBase
private:
VclPtr<Edit> mpField;
LocaleDataWrapper* mpLocaleDataWrapper;
- Link<> maErrorLink;
bool mbReformat;
bool mbStrictFormat;
bool mbEmptyFieldValue;
@@ -83,8 +82,6 @@ public:
const AllSettings& GetFieldSettings() const;
- const Link<>& GetErrorHdl() const { return maErrorLink; }
-
void SetEmptyFieldValue();
bool IsEmptyFieldValue() const;