diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-18 14:19:49 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-18 09:34:48 +0000 |
commit | 78e9ba6febb7402d4661fbf7934a2526efc8629a (patch) | |
tree | fb409d64f0006c998c75d26dba37192dbc76e093 /vcl/inc/outfont.hxx | |
parent | ab2f830bbbb2a8ae2afad13b2a98df553e7196cc (diff) |
Remove unused code
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r-- | vcl/inc/outfont.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index 75871dac4293..9acb29611b70 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -228,9 +228,6 @@ public: ImplGetDevFontList* GetDevFontList() const; ImplGetDevSizeList* GetDevSizeList( const String& rFontName ) const; - //used by 2-level font fallback - ImplDevFontListData* ImplFindByLocale( com::sun::star::lang::Locale& ) const; - protected: void InitMatchData() const; bool AreMapNamesAvailable() const { return mbMapNames; } |