summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/cupsmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/cupsmgr.hxx')
-rw-r--r--vcl/inc/unx/cupsmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/cupsmgr.hxx b/vcl/inc/unx/cupsmgr.hxx
index f0dd91171ae2..f32b84256044 100644
--- a/vcl/inc/unx/cupsmgr.hxx
+++ b/vcl/inc/unx/cupsmgr.hxx
@@ -42,9 +42,9 @@ class CUPSManager : public PrinterInfoManager
int m_nDests;
void* m_pDests;
bool m_bNewDests;
- std::unordered_map< OUString, int, OUStringHash > m_aCUPSDestMap;
+ std::unordered_map< OUString, int > m_aCUPSDestMap;
- std::unordered_map< OUString, PPDContext, OUStringHash > m_aDefaultContexts;
+ std::unordered_map< OUString, PPDContext > m_aDefaultContexts;
OString m_aUser;
/** this is a security risk, but the CUPS API demands