Kaydet (Commit) 134d64ca authored tarafından Michael Stahl's avatar Michael Stahl

vcl: unbreak WNT build

Change-Id: I000824e86f40ce20af2d254dc848b51321602760
üst 29f0318e
...@@ -104,7 +104,8 @@ protected: ...@@ -104,7 +104,8 @@ protected:
enum{ MAGIC = 0x12349876 }; // change if fontattrcache format changes enum{ MAGIC = 0x12349876 }; // change if fontattrcache format changes
public: public:
ImplFontAttrCache( const String& rCacheFileName, const String& rBaseURL ); ImplFontAttrCache(const OUString& rCacheFileName,
const OUString& rBaseURL);
~ImplFontAttrCache(); ~ImplFontAttrCache();
ImplDevFontAttributes GetFontAttr( const String& rFontFileName ) const; ImplDevFontAttributes GetFontAttr( const String& rFontFileName ) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment