summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/pivotsource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/pivotsource.hxx')
-rw-r--r--sc/source/filter/xml/pivotsource.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/pivotsource.hxx b/sc/source/filter/xml/pivotsource.hxx
index ed4a40b01263..2b5acdc3d8d8 100644
--- a/sc/source/filter/xml/pivotsource.hxx
+++ b/sc/source/filter/xml/pivotsource.hxx
@@ -25,7 +25,7 @@ namespace sc {
*/
struct PivotTableSources
{
- typedef std::unordered_map<OUString, OUString, OUStringHash> SelectedPagesType;
+ typedef std::unordered_map<OUString, OUString> SelectedPagesType;
typedef std::unordered_map<ScDPObject*, SelectedPagesType> SelectedPagesMapType;
struct SelectedPages