diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 14:44:41 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 14:44:41 +0100 |
commit | afdcc3c093da5cadb244d2d069e63db3b56a41fe (patch) | |
tree | 9e10c68dde97e9dd096d112269d98303f8720cd3 /vcl/inc/outfont.hxx | |
parent | f2601ba087d9d21af09134703b12de2a1d1763f8 (diff) |
Revert "vcl: bring ImplFindByLocale back (windows build)"
This reverts commit 04af52609aef5b4ccbbf82553ac190ef43700652.
This was nothing...
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; } |