summaryrefslogtreecommitdiff
path: root/cui/source/inc/autocdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/autocdlg.hxx')
-rw-r--r--cui/source/inc/autocdlg.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx
index a74f09effef3..e6748d0df116 100644
--- a/cui/source/inc/autocdlg.hxx
+++ b/cui/source/inc/autocdlg.hxx
@@ -461,10 +461,9 @@ class OfaSmartTagOptionsTabPage : public SfxTabPage
private:
// controls
- CheckBox m_aMainCB;
- SvxCheckListBox m_aSmartTagTypesLB;
- PushButton m_aPropertiesPB;
- FixedText m_aTitleFT;
+ CheckBox* m_pMainCB;
+ SvxCheckListBox* m_pSmartTagTypesLB;
+ PushButton* m_pPropertiesPB;
/// construction via Create()
OfaSmartTagOptionsTabPage( Window* pParent, const SfxItemSet& rSet );