summaryrefslogtreecommitdiff
path: root/include/vcl/uitest/formattedfielduiobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/uitest/formattedfielduiobject.hxx')
-rw-r--r--include/vcl/uitest/formattedfielduiobject.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/uitest/formattedfielduiobject.hxx b/include/vcl/uitest/formattedfielduiobject.hxx
index 0077f0fde798..0bbc95c75e9b 100644
--- a/include/vcl/uitest/formattedfielduiobject.hxx
+++ b/include/vcl/uitest/formattedfielduiobject.hxx
@@ -14,7 +14,7 @@
class FormattedField;
-class FormattedFieldUIObject : public SpinFieldUIObject
+class FormattedFieldUIObject final : public SpinFieldUIObject
{
VclPtr<FormattedField> mxFormattedField;
@@ -28,7 +28,7 @@ public:
static std::unique_ptr<UIObject> create(vcl::Window* pWindow);
-protected:
+private:
virtual OUString get_name() const override;
};