From 4b21195e883472d020e18332976c35ad01393da9 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 11 Feb 2013 21:41:19 -0200 Subject: Widget for asian typography Change-Id: I70535593c3e06caca48ae8bc8b9476ae09210df8 --- cui/source/inc/paragrph.hxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'cui/source/inc') diff --git a/cui/source/inc/paragrph.hxx b/cui/source/inc/paragrph.hxx index ae9904fedcbc..045a29d422ad 100644 --- a/cui/source/inc/paragrph.hxx +++ b/cui/source/inc/paragrph.hxx @@ -278,17 +278,15 @@ private: //-------------------------------------------------------------------------- class SvxAsianTabPage : public SfxTabPage { - FixedLine aOptionsFL; - TriStateBox aForbiddenRulesCB; - TriStateBox aHangingPunctCB; - - TriStateBox aScriptSpaceCB; + CheckBox* m_pForbiddenRulesCB; + CheckBox* m_pHangingPunctCB; + CheckBox* m_pScriptSpaceCB; SvxAsianTabPage( Window* pParent, const SfxItemSet& rSet ); #ifdef _SVX_PARAGRPH_CXX - DECL_LINK( ClickHdl_Impl, TriStateBox* ); + DECL_LINK( ClickHdl_Impl, CheckBox* ); #endif public: ~SvxAsianTabPage(); -- cgit v1.2.3