diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2013-02-11 21:41:19 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-14 12:44:06 +0000 |
commit | 4b21195e883472d020e18332976c35ad01393da9 (patch) | |
tree | 3b9ed98a129c02c000d1619db0cbc1f25c8f0d15 /cui/source/inc | |
parent | d242d9e1efc7ecd4f9980190bbc53af9630baac7 (diff) |
Widget for asian typography
Change-Id: I70535593c3e06caca48ae8bc8b9476ae09210df8
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/paragrph.hxx | 10 |
1 files changed, 4 insertions, 6 deletions
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(); |