summaryrefslogtreecommitdiff
path: root/sc/inc/chartlis.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/chartlis.hxx')
-rw-r--r--sc/inc/chartlis.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index c461867eae5a..3fde82bea979 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -128,7 +128,7 @@ class SC_DLLPUBLIC ScChartListenerCollection
{
public:
typedef std::map<OUString, std::unique_ptr<ScChartListener>> ListenersType;
- typedef std::unordered_set<OUString, OUStringHash> StringSetType;
+ typedef std::unordered_set<OUString> StringSetType;
private:
ListenersType m_Listeners;
enum UpdateStatus