From 5fff8a99b344d92e6eb715fb59e2819b645787e5 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 4 Mar 2013 16:26:44 +0100 Subject: SvxZoomDialog: m_pColumnsEdit can be a NumericField Change-Id: Ic5469c89587b509822be8e29febc9047548c07ab --- cui/source/inc/zoom.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui/source/inc') diff --git a/cui/source/inc/zoom.hxx b/cui/source/inc/zoom.hxx index b76d44f1fba6..75588a0e020c 100644 --- a/cui/source/inc/zoom.hxx +++ b/cui/source/inc/zoom.hxx @@ -38,7 +38,7 @@ private: RadioButton* m_pAutomaticBtn; RadioButton* m_pSingleBtn; RadioButton* m_pColumnsBtn; - MetricField* m_pColumnsEdit; + NumericField* m_pColumnsEdit; CheckBox* m_pBookModeChk; OKButton* m_pOKBtn; @@ -51,7 +51,7 @@ private: DECL_LINK( UserHdl, RadioButton* ); DECL_LINK(SpinHdl, void *); DECL_LINK( ViewLayoutUserHdl, RadioButton* ); - DECL_LINK( ViewLayoutSpinHdl, MetricField* ); + DECL_LINK( ViewLayoutSpinHdl, NumericField* ); DECL_LINK( ViewLayoutCheckHdl, CheckBox* ); DECL_LINK( OKHdl, Button* ); #endif -- cgit