From 1a33c664d7f7a0662b861fbafe3b93a2656bb768 Mon Sep 17 00:00:00 2001 From: Gábor Stefanik Date: Sat, 28 Apr 2012 05:31:17 +0200 Subject: fdo#42779: Implement icon theme lookaside directory Change-Id: Ib6f7e3b4f750e38198c09cdb4bd8ee2b7161ac53 --- vcl/inc/impimagetree.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'vcl/inc/impimagetree.hxx') diff --git a/vcl/inc/impimagetree.hxx b/vcl/inc/impimagetree.hxx index 41c4f565ef22..857bff0452e6 100644 --- a/vcl/inc/impimagetree.hxx +++ b/vcl/inc/impimagetree.hxx @@ -78,7 +78,7 @@ private: std::pair< rtl::OUString, com::sun::star::uno::Reference< - com::sun::star::container::XNameAccess > > > Zips; + com::sun::star::container::XNameAccess > > > Paths; typedef boost::unordered_map< rtl::OUString, bool, rtl::OUStringHash > CheckStyleCache; @@ -86,13 +86,14 @@ private: rtl::OUString, std::pair< bool, BitmapEx >, rtl::OUStringHash > IconCache; rtl::OUString m_style; - Zips m_zips; + Paths m_paths; CheckStyleCache m_checkStyleCache; IconCache m_iconCache; + bool m_cacheIcons; void setStyle(rtl::OUString const & style ); - void resetZips(); + void resetPaths(); bool checkStyleCacheLookup( rtl::OUString const & style, bool &exists ); bool iconCacheLookup( rtl::OUString const & name, bool localized, BitmapEx & bitmap ); -- cgit v1.2.3