summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/checklistmenu.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-16 16:59:18 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-18 14:13:20 -0500
commit965d933ed94371b3c96695a58ecc9b69742c660b (patch)
tree535c5561e0a14ffec870a3cb2a166fb8af76148d /sc/source/ui/inc/checklistmenu.hxx
parente2177c733eb2cb5da8dd50b47842333772a0dddd (diff)
Remove the query entry when all items are selected.
Diffstat (limited to 'sc/source/ui/inc/checklistmenu.hxx')
-rw-r--r--sc/source/ui/inc/checklistmenu.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx
index f2555d16af89..8f402d030e6f 100644
--- a/sc/source/ui/inc/checklistmenu.hxx
+++ b/sc/source/ui/inc/checklistmenu.hxx
@@ -231,6 +231,7 @@ public:
const Size& getWindowSize() const;
+ bool isAllSelected() const;
void getResult(ResultType& rResult);
void launch(const Rectangle& rRect);
void close(bool bOK);