diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/fontcache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/fontcache.hxx b/vcl/inc/fontcache.hxx index ad2a8bbd10ac..53086c7f5287 100644 --- a/vcl/inc/fontcache.hxx +++ b/vcl/inc/fontcache.hxx @@ -56,7 +56,7 @@ class VCL_PLUGIN_PUBLIC FontCache typedef boost::unordered_map< int, FontDir > FontCacheData; FontCacheData m_aCache; - String m_aCacheFile; + OUString m_aCacheFile; bool m_bDoFlush; void read(); |