summaryrefslogtreecommitdiffstats
path: root/include/svtools/framestatuslistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/framestatuslistener.hxx')
-rw-r--r--include/svtools/framestatuslistener.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/framestatuslistener.hxx b/include/svtools/framestatuslistener.hxx
index 4b521e6e7c6e..f2d4d7594285 100644
--- a/include/svtools/framestatuslistener.hxx
+++ b/include/svtools/framestatuslistener.hxx
@@ -81,8 +81,7 @@ class SVT_DLLPUBLIC FrameStatusListener : public css::frame::XStatusListener,
};
typedef std::unordered_map< OUString,
- css::uno::Reference< css::frame::XDispatch >,
- OUStringHash > URLToDispatchMap;
+ css::uno::Reference< css::frame::XDispatch > > URLToDispatchMap;
bool m_bDisposed : 1;
css::uno::Reference< css::frame::XFrame > m_xFrame;