summaryrefslogtreecommitdiff
path: root/include/unotools/fontcfg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/fontcfg.hxx')
-rw-r--r--include/unotools/fontcfg.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/unotools/fontcfg.hxx b/include/unotools/fontcfg.hxx
index a37242932dfa..4b388b79ed79 100644
--- a/include/unotools/fontcfg.hxx
+++ b/include/unotools/fontcfg.hxx
@@ -173,10 +173,7 @@ public:
static FontSubstConfiguration& get();
- const FontNameAttr* getSubstInfo(
- const OUString& rFontName,
- const LanguageTag& rLanguageTag = LanguageTag( OUString( "en"))
- ) const;
+ const FontNameAttr* getSubstInfo( const OUString& rFontName ) const;
static void getMapName( const OUString& rOrgName, OUString& rShortName, OUString& rFamilyName, FontWeight& rWeight, FontWidth& rWidth, ImplFontAttrs& rType );
};