diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2011-02-03 16:55:17 -0700 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-04 01:10:15 +0100 |
commit | e99fcbe58ef7533da06ee4658a4ee2cde4df58ea (patch) | |
tree | 2dffe52eb92af74244d25f19613b1af187d9eab7 /padmin/source/fontentry.hxx | |
parent | fad7c8f3e0d0518b1a6411d53d5d0a3a43adf119 (diff) |
Bulk move libs-gui to boost unordered containers
Diffstat (limited to 'padmin/source/fontentry.hxx')
-rw-r--r-- | padmin/source/fontentry.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/padmin/source/fontentry.hxx b/padmin/source/fontentry.hxx index 087927078098..262134ac8eb4 100644 --- a/padmin/source/fontentry.hxx +++ b/padmin/source/fontentry.hxx @@ -74,7 +74,7 @@ namespace padmin { String m_aNoWritableFontsDirText; String m_aFontsImportedText; - ::std::hash_map< ::rtl::OString, ::std::list< ::psp::FastPrintFontInfo >, ::rtl::OStringHash > + ::boost::unordered_map< ::rtl::OString, ::std::list< ::psp::FastPrintFontInfo >, ::rtl::OStringHash > m_aNewFonts; Timer m_aRefreshTimer; @@ -119,7 +119,7 @@ namespace padmin { ::psp::PrintFontManager& m_rFontManager; // maps fontID to XLFD - ::std::hash_map< ::psp::fontID, String > + ::boost::unordered_map< ::psp::fontID, String > m_aFonts; void init(); public: |