diff options
Diffstat (limited to 'basctl/source/basicide/baside2.hxx')
-rw-r--r-- | basctl/source/basicide/baside2.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index eaf700bdb5b2..8737091ce614 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -518,6 +518,11 @@ public: const TextSelection& GetTextSelection() const; void ResizeListBox(); void SelectFirstEntry(); //selects first entry in ListBox + void ClearAndHide(); + /* + * clears if typed anything, then hides + * the window, clear internal variables + * */ }; |