summaryrefslogtreecommitdiff
path: root/vcl/inc/printerinfomanager.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-06 10:35:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-06 11:12:03 +0100
commit58d89f27d1097c766c5de4098ff0ce30051ed74b (patch)
tree52adf683a2ddc72f11fc1c4d7a6afde494ce6829 /vcl/inc/printerinfomanager.hxx
parent202d9af5ab4291a8f867791293477a18ae48051d (diff)
no need to use OUStringHash here anymore
Change-Id: I2faa8c971dc7f4642353dceafa25b9022a0dfd2a Reviewed-on: https://gerrit.libreoffice.org/67436 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/printerinfomanager.hxx')
-rw-r--r--vcl/inc/printerinfomanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/printerinfomanager.hxx b/vcl/inc/printerinfomanager.hxx
index 49bbc1491483..2ef705a4cf05 100644
--- a/vcl/inc/printerinfomanager.hxx
+++ b/vcl/inc/printerinfomanager.hxx
@@ -91,7 +91,7 @@ protected:
OUString m_aFile;
// details other config files that have this printer
// in case of removal all have to be removed
- std::unordered_set< OUString, OUStringHash > m_aAlternateFiles;
+ std::unordered_set< OUString > m_aAlternateFiles;
// group in m_aFile containing the printer
// this must be unique over all configuration files
// it usually should be the printer name