diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-02 12:43:36 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-06-03 15:11:54 +0200 |
commit | ee9fd88741202a95b47886116815b04f643459d4 (patch) | |
tree | eba42ac287ecafe41f6007b6c5891a2765e48dbc /vcl/inc | |
parent | ea8422d42e838e7ddfeb8d9f77f3ecedecb29ce8 (diff) |
Get the new Core Text code to compile
Change-Id: I592158bd60afcbe756c6f0e11aa69a44768a0985
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/coretext/salgdi2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/coretext/salgdi2.h b/vcl/inc/coretext/salgdi2.h index 86d5fc9f516f..90fb594b9e8c 100644 --- a/vcl/inc/coretext/salgdi2.h +++ b/vcl/inc/coretext/salgdi2.h @@ -62,7 +62,7 @@ public: virtual ImplFontEntry* CreateFontInstance( FontSelectPattern& ) const; virtual sal_IntPtr GetFontId() const; - virtual ImplMacTextStyle* CreateMacTextStyle( const ImplFontSelectData& ) const = 0; + virtual ImplMacTextStyle* CreateMacTextStyle( const FontSelectPattern& ) const = 0; virtual int GetFontTable( const char pTagName[5], unsigned char* ) const = 0; const ImplFontCharMap* GetImplFontCharMap() const; @@ -92,7 +92,7 @@ private: class ImplMacTextStyle { public: - explicit ImplMacTextStyle( const ImplFontSelectData& ); + explicit ImplMacTextStyle( const FontSelectPattern& ); virtual ~ImplMacTextStyle( void ); virtual SalLayout* GetTextLayout( void ) const = 0; |