summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/checklistmenu.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-03 15:58:49 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-04 22:40:26 -0400
commitb4ea8f560656218f0b6bb29a776d91f326f40a11 (patch)
tree513ff609e0ba392c29ecb32a36c728288175fc7c /sc/source/ui/inc/checklistmenu.hxx
parentc524e1935668f40415927a365e39a0a1c75d91c5 (diff)
Test-run the filter query after pressing OK. It's far from perfect.
Diffstat (limited to 'sc/source/ui/inc/checklistmenu.hxx')
-rw-r--r--sc/source/ui/inc/checklistmenu.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx
index 6816b063cc24..f2555d16af89 100644
--- a/sc/source/ui/inc/checklistmenu.hxx
+++ b/sc/source/ui/inc/checklistmenu.hxx
@@ -208,6 +208,8 @@ private:
class ScCheckListMenuWindow : public ScMenuFloatingWindow
{
public:
+ typedef boost::unordered_map<rtl::OUString, bool, rtl::OUStringHash> ResultType;
+
/**
* Extended data that the client code may need to store. Create a
* sub-class of this and store data there.
@@ -229,7 +231,7 @@ public:
const Size& getWindowSize() const;
- void getResult(::boost::unordered_map< ::rtl::OUString, bool, ::rtl::OUStringHash>& rResult);
+ void getResult(ResultType& rResult);
void launch(const Rectangle& rRect);
void close(bool bOK);