summaryrefslogtreecommitdiffstats
path: root/include/i18nlangtag
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-11-09 21:01:51 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-10 07:48:10 +0100
commitd12699bab3eab6e29f0667f042148e5634c9efe4 (patch)
treeefbe7a83af843cbf37510fa9fdf31edb55989935 /include/i18nlangtag
parentloplugin:finalclasses in accessibility (diff)
downloadcore-d12699bab3eab6e29f0667f042148e5634c9efe4.tar.gz
core-d12699bab3eab6e29f0667f042148e5634c9efe4.zip
clang-tidy modernize-use-equals-default LanguageTag
mbIsFallback was added to ctor but not to copy assignment in commit 258d9fac7544f925c8250bad99b9554cc49578d5 CID#1103756 missing initialization Change-Id: I91ee5daf68c3c3682b5d7007c028eaf3579a0715 Reviewed-on: https://gerrit.libreoffice.org/44563 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/i18nlangtag')
-rw-r--r--include/i18nlangtag/languagetag.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx
index 42da7cc88179..a9937205ef8c 100644
--- a/include/i18nlangtag/languagetag.hxx
+++ b/include/i18nlangtag/languagetag.hxx
@@ -107,9 +107,7 @@ public:
*/
explicit LanguageTag( const rtl_Locale & rLocale );
- LanguageTag( const LanguageTag & rLanguageTag );
~LanguageTag();
- LanguageTag& operator=( const LanguageTag & rLanguageTag );
/** Obtain BCP 47 language tag.