diff options
Diffstat (limited to 'vcl/inc/outdev.h')
-rw-r--r-- | vcl/inc/outdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h index 5ac5cc0df0b4..f0ea310b1788 100644 --- a/vcl/inc/outdev.h +++ b/vcl/inc/outdev.h @@ -110,7 +110,7 @@ class ImplPreMatchFontSubstitution : public ImplFontSubstitution { public: - virtual bool FindFontSubstitute(FontSelectPatternAttributes&) const = 0; + virtual bool FindFontSubstitute(FontSelectPattern&) const = 0; }; // ImplGlyphFallbackFontSubstitution @@ -119,7 +119,7 @@ class ImplGlyphFallbackFontSubstitution : public ImplFontSubstitution { public: - virtual bool FindFontSubstitute(FontSelectPatternAttributes&, LogicalFontInstance* pLogicalFont, OUString& rMissingCodes) const = 0; + virtual bool FindFontSubstitute(FontSelectPattern&, LogicalFontInstance* pLogicalFont, OUString& rMissingCodes) const = 0; }; namespace vcl { struct ControlLayoutData; } |