summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/checklistmenu.hxx
diff options
context:
space:
mode:
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);