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.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx
index 91062f1f8f70..653c0756e6e1 100644
--- a/cui/source/inc/autocdlg.hxx
+++ b/cui/source/inc/autocdlg.hxx
@@ -196,6 +196,8 @@ class AutoCorrEdit : public Edit
public:
AutoCorrEdit(Window* pParent, const ResId& rResId) :
Edit(pParent, rResId), bSpaces(sal_False){}
+ AutoCorrEdit(Window* pParent) :
+ Edit(pParent), bSpaces(sal_False){}
void SetActionHdl( const Link& rLink )
{ aActionLink = rLink;}
@@ -236,17 +238,15 @@ private:
StringChangeTable aChangesTable;
- CheckBox aTextOnlyCB;
- FixedText aShortFT;
- AutoCorrEdit aShortED;
- FixedText aReplaceFT;
- AutoCorrEdit aReplaceED;
- SvTabListBox aReplaceTLB;
- PushButton aNewReplacePB;
- PushButton aDeleteReplacePB;
-
- String sModify;
- String sNew;
+ CheckBox* m_pTextOnlyCB;
+ AutoCorrEdit* m_pShortED;
+ AutoCorrEdit* m_pReplaceED;
+ SvTabListBox* m_pReplaceTLB;
+ PushButton* m_pNewReplacePB;
+ PushButton* m_pDeleteReplacePB;
+
+ OUString sModify;
+ OUString sNew;
std::set<OUString> aFormatText;
DoubleStringTable aDoubleStringTable;