summaryrefslogtreecommitdiff
path: root/forms/source/component/Filter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Filter.hxx')
-rw-r--r--forms/source/component/Filter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Filter.hxx b/forms/source/component/Filter.hxx
index 1ce45ea84c0b..ff7225114714 100644
--- a/forms/source/component/Filter.hxx
+++ b/forms/source/component/Filter.hxx
@@ -65,7 +65,7 @@ namespace frm
css::uno::Reference< css::sdbc::XConnection > m_xConnection;
css::uno::Reference< css::awt::XWindow > m_xMessageParent;
- typedef std::unordered_map< OUString, OUString, OUStringHash > MapString2String;
+ typedef std::unordered_map< OUString, OUString > MapString2String;
MapString2String m_aDisplayItemToValueItem;
OUString m_aText;