diff options
-rw-r--r-- | cui/source/dialogs/thesdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index 988a3cdb01b6..23e6b56c7816 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -98,6 +98,7 @@ IMPL_LINK( LookUpComboBox, ModifyTimer_Hdl, Timer *, EMPTYARG /*pTimer*/ ) ReplaceEdit::ReplaceEdit(Window *pParent) : Edit(pParent, WB_BORDER | WB_TABSTOP) + , m_pBtn(NULL) { } |