summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-18 14:49:39 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-18 14:49:39 +0100
commit77946f3b9d03e814f7ada8af7f633c649975659e (patch)
tree8a3d368f1de5cf7ff8e06e4fc989c0bbe8e564e7 /vcl/inc
parentafdcc3c093da5cadb244d2d069e63db3b56a41fe (diff)
vcl: bring ImplFindByLocale back (windows build)
Sorry for this.
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/outfont.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index 9acb29611b70..75871dac4293 100644
--- a/vcl/inc/outfont.hxx
+++ b/vcl/inc/outfont.hxx
@@ -228,6 +228,9 @@ 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; }