diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-07 08:51:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-12 11:56:44 +0200 |
commit | a0ec0306143858d56176e119cd3d7dca8ffb4fdb (patch) | |
tree | a8df4821b066a1902ba9f7501c2d54f8d4158c8e /vcl/inc | |
parent | 0aee84cbe58f8f59a74b0133467b4371d0e6e32f (diff) |
convert vcl/inc/fontcache.hxx from String to OUString
Change-Id: If3ad694b80209f401bc73461d219006058bd11e1
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(); |