summaryrefslogtreecommitdiff
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
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;