From 4c67df150f8d0f1285c8090a8c00e285fb947c4a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Mar 2019 10:37:51 +0200 Subject: out of line some heavily repeated functions Change-Id: Icd9f7ebab89d6c2b166b6f42fd7682e89127fd51 Reviewed-on: https://gerrit.libreoffice.org/68903 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/i18nlangtag/languagetag.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/i18nlangtag') diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx index 08fc60dac933..385556eaae0c 100644 --- a/include/i18nlangtag/languagetag.hxx +++ b/include/i18nlangtag/languagetag.hxx @@ -107,6 +107,8 @@ public: */ explicit LanguageTag( const rtl_Locale & rLocale ); + ~LanguageTag(); + /** Obtain BCP 47 language tag. @param bResolveSystem -- cgit