summaryrefslogtreecommitdiff
path: root/svx/source/table/propertyset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/propertyset.hxx')
-rw-r--r--svx/source/table/propertyset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/propertyset.hxx b/svx/source/table/propertyset.hxx
index 47ac513eff0b..d04bd858a6a5 100644
--- a/svx/source/table/propertyset.hxx
+++ b/svx/source/table/propertyset.hxx
@@ -34,7 +34,7 @@
namespace sdr { namespace table {
typedef std::vector< css::beans::Property > PropertyVector;
-typedef std::unordered_map< OUString, ::sal_uInt32, OUStringHash > PropertyMap;
+typedef std::unordered_map< OUString, ::sal_uInt32 > PropertyMap;
class FastPropertySetInfo : public ::cppu::WeakAggImplHelper1< css::beans::XPropertySetInfo >
{