From eb3ab31953aa2463533223c1feca0db50a2341d1 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 28 Oct 2010 16:22:18 +0100 Subject: re-arrange options dialog to add experimental option --- cui/source/options/optgdlg.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cui/source/options/optgdlg.hxx') diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx index 779a92a432ee..72402ce7f7ed 100644 --- a/cui/source/options/optgdlg.hxx +++ b/cui/source/options/optgdlg.hxx @@ -73,6 +73,8 @@ private: String aStrDateInfo; + CheckBox aExperimentalCB; + DECL_LINK( TwoFigureHdl, NumericField* ); DECL_LINK( TwoFigureConfigHdl, NumericField* ); DECL_LINK( HelpCheckHdl_Impl, CheckBox* ); -- cgit