summaryrefslogtreecommitdiff
path: root/framework/inc/xml/imagesdocumenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/imagesdocumenthandler.hxx')
-rw-r--r--framework/inc/xml/imagesdocumenthandler.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/inc/xml/imagesdocumenthandler.hxx b/framework/inc/xml/imagesdocumenthandler.hxx
index fe134597bc90..cd41974d51e8 100644
--- a/framework/inc/xml/imagesdocumenthandler.hxx
+++ b/framework/inc/xml/imagesdocumenthandler.hxx
@@ -89,9 +89,7 @@ class OReadImagesDocumentHandler : public ::cppu::WeakImplHelper< css::xml::sax:
private:
OUString getErrorLineString();
- class ImageHashMap : public std::unordered_map< OUString ,
- Image_XML_Entry ,
- OUStringHash >
+ class ImageHashMap : public std::unordered_map< OUString, Image_XML_Entry >
{
};