summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-03-11 09:44:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-03-11 10:36:10 +0000
commitc61d8227182611881171f50f112f3bc25499d0e9 (patch)
tree7a7d087d5c3832a62d0aa75491294d40919f6405 /sw/source/ui/inc/optpage.hxx
parentfdo#60604 - tag notes text as UTF-8. (diff)
downloadcore-c61d8227182611881171f50f112f3bc25499d0e9.tar.gz
core-c61d8227182611881171f50f112f3bc25499d0e9.zip
convert writer test tabpage to .ui
Change-Id: I60349c3dd74774e1c5e6fe81d5cb78cf65756f6a
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx21
1 files changed, 10 insertions, 11 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 1948dacd6324..88ea2a9f59d4 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -442,17 +442,16 @@ public:
virtual void Reset( const SfxItemSet& rSet );
private:
- FixedLine aTestFL;
- CheckBox aTest1CBox;
- CheckBox aTest2CBox;
- CheckBox aTest3CBox;
- CheckBox aTest4CBox;
- CheckBox aTest5CBox;
- CheckBox aTest6CBox;
- CheckBox aTest7CBox;
- CheckBox aTest8CBox;
- CheckBox aTest9CBox;
- CheckBox aTest10CBox;
+ CheckBox* m_pTest1CBox;
+ CheckBox* m_pTest2CBox;
+ CheckBox* m_pTest3CBox;
+ CheckBox* m_pTest4CBox;
+ CheckBox* m_pTest5CBox;
+ CheckBox* m_pTest6CBox;
+ CheckBox* m_pTest7CBox;
+ CheckBox* m_pTest8CBox;
+ CheckBox* m_pTest9CBox;
+ CheckBox* m_pTest10CBox;
sal_Bool bAttrModified;