summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorabdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>2013-05-30 17:27:46 +0200
committerabdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>2013-05-30 17:55:35 +0200
commitc99830c221cd2362d58caac15dd2fb33a2b1ad38 (patch)
tree7239b179bc7dc77fa823a3d79ec02aa28a02e850 /sw/source/ui/inc/optpage.hxx
parentMake use of IsStarSymbol() (diff)
downloadcore-c99830c221cd2362d58caac15dd2fb33a2b1ad38.tar.gz
core-c99830c221cd2362d58caac15dd2fb33a2b1ad38.zip
Convert Comparison tab page to .ui
Change-Id: Ia1cd8c868de4c73ae518b2775dc568d32a15f16f
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx16
1 files changed, 7 insertions, 9 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index e61c847b2701..bf4166a2d610 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -462,15 +462,13 @@ private:
class SwCompareOptionsTabPage : public SfxTabPage
{
- FixedLine aComparisonFL;
- RadioButton aAutoRB;
- RadioButton aWordRB;
- RadioButton aCharRB;
-
- FixedLine aSettingsFL;
- CheckBox aRsidCB;
- CheckBox aIgnoreCB;
- NumericField aLenNF;
+ RadioButton* m_pAutoRB;
+ RadioButton* m_pWordRB;
+ RadioButton* m_pCharRB;
+
+ CheckBox* m_pRsidCB;
+ CheckBox* m_pIgnoreCB;
+ NumericField* m_pLenNF;
SwCompareOptionsTabPage( Window* pParent, const SfxItemSet& rSet );
~SwCompareOptionsTabPage();