summaryrefslogtreecommitdiffstats
path: root/sc/inc/dptabsrc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r--sc/inc/dptabsrc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index 3d6af78e5cd6..f7bc070e81fa 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -547,7 +547,7 @@ public:
};
// hash map from name to index in the member array, for fast name access
-typedef std::unordered_map< OUString, sal_Int32, OUStringHash > ScDPMembersHashMap;
+typedef std::unordered_map< OUString, sal_Int32 > ScDPMembersHashMap;
class ScDPMembers : public cppu::WeakImplHelper<
css::sheet::XMembersAccess,