From ce8cfbd3b90f11c3f2edc88a0dab625aabb6293d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 Jan 2015 15:16:05 +0200 Subject: svtools: apply vcl::window refcounting changes Change-Id: I308f045eaf5c50de26175a2f00f8b0791cdd8ab9 Conflicts: svtools/source/control/tabbar.cxx --- include/svtools/fmtfield.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svtools/fmtfield.hxx') diff --git a/include/svtools/fmtfield.hxx b/include/svtools/fmtfield.hxx index bda86e2f4447..317ed6ec1756 100644 --- a/include/svtools/fmtfield.hxx +++ b/include/svtools/fmtfield.hxx @@ -91,7 +91,6 @@ protected: public: FormattedField(vcl::Window* pParent, WinBits nStyle = 0, SvNumberFormatter* pInitialFormatter = NULL, sal_Int32 nFormatKey = 0); - virtual ~FormattedField(); // Min-/Max-management bool HasMinValue() const { return m_bHasMin; } @@ -266,6 +265,7 @@ public: } virtual ~DoubleNumericField(); + virtual void dispose() SAL_OVERRIDE; protected: virtual bool CheckText(const OUString& sText) const SAL_OVERRIDE; -- cgit