summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/codecompleteoptionsdlg.hxx
diff options
context:
space:
mode:
authorGergo Mocsi <gmocsi91@gmail.com>2013-07-26 13:57:29 +0200
committerGergo Mocsi <gmocsi91@gmail.com>2013-07-26 13:57:29 +0200
commit59418489effa864fddba8ba5432e066e1c089976 (patch)
tree8662c2296de3c04e011518f9aee6759d5f004bef /basctl/source/basicide/codecompleteoptionsdlg.hxx
parente9d2993bd7a5e5dd354b2d6e8f1ac7d5fc9c7a33 (diff)
GSOC work, implement "Autoclose parenthesis" function
Autoclosing parenthesis function is working. Implementation is similar to autoclosing double quotes, except that this one does not need the HighlighPortion struct to use. Renamed the checkbox title to "Autoclose parenthesis". Change-Id: I4311cd8020f0dc0b62a2d8707e0eccbf57e0d2c2
Diffstat (limited to 'basctl/source/basicide/codecompleteoptionsdlg.hxx')
-rw-r--r--basctl/source/basicide/codecompleteoptionsdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/codecompleteoptionsdlg.hxx b/basctl/source/basicide/codecompleteoptionsdlg.hxx
index 9549b99a09f3..2154c8a00347 100644
--- a/basctl/source/basicide/codecompleteoptionsdlg.hxx
+++ b/basctl/source/basicide/codecompleteoptionsdlg.hxx
@@ -34,7 +34,7 @@ private:
CheckBox* pCodeCompleteChk;
CheckBox* pAutocloseProcChk;
- CheckBox* pAutocloseBracesChk;
+ CheckBox* pAutocloseParenChk;
CheckBox* pAutocloseQuotesChk;
DECL_LINK(OkHdl, void*);