diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-11-26 16:39:17 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-04 05:01:50 -0600 |
commit | ef1b4c3a5ea6e70a3831d29133ca291aee89f177 (patch) | |
tree | ae5f00e2ef5a08d947d602756e45ab9a32ae5af3 /vcl/inc/outfont.hxx | |
parent | 24657548a71355e1a087b87d725647793785daa9 (diff) |
Device-specific font substitution is not used
This was only used for printer built in fonts, which was dropped in the
previous commit.
Change-Id: Iff62786284470ff3873c8d4b0aae0614bf69c7f3
Reviewed-on: https://gerrit.libreoffice.org/6859
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r-- | vcl/inc/outfont.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index eb3c48023b38..4e1af96bfde1 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -34,7 +34,6 @@ class ImplDevFontListData; class ImplGetDevFontList; class ImplGetDevSizeList; class ImplFontEntry; -class ImplDirectFontSubstitution; class ImplPreMatchFontSubstitution; class ImplGlyphFallbackFontSubstitution; class FontSelectPattern; @@ -233,7 +232,7 @@ public: // find the device font ImplDevFontListData* FindFontFamily( const OUString& rFontName ) const; - ImplDevFontListData* ImplFindByFont( FontSelectPattern&, bool bPrinter, ImplDirectFontSubstitution* ) const; + ImplDevFontListData* ImplFindByFont( FontSelectPattern& ) const; ImplDevFontListData* ImplFindBySearchName( const OUString& ) const; // suggest fonts for glyph fallback |