include/svl/zforlist.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f1a3218a91d53ca40058598580ed0031336eb21c
Author: Stephan Bergmann <[email protected]>
AuthorDate: Tue Oct 26 15:01:00 2021 +0200
Commit: Stephan Bergmann <[email protected]>
CommitDate: Tue Oct 26 22:37:35 2021 +0200
Silence -Werror,-Wdeprecated-copy
"definition of implicit copy assignment operator for 'NfCurrencyEntry' is
deprecated because it has a user-declared copy constructor" after
97e63ff5375d9d80d6fe5d4bd68883e35bd56d91 "Fix toolbar button's currency
list's
number format for default locale" added that user-declared, defaulted
constructor, for no apparent reason
Change-Id: I070c8189c6dae8e62eb69ce40a2a1342cf0214a9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124227
Reviewed-by: Eike Rathke <[email protected]>
Tested-by: Jenkins
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 251b8212a3cd..f332d8405470 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -323,7 +323,6 @@ public:
NfCurrencyEntry( const css::i18n::Currency & rCurr,
const LocaleDataWrapper& rLocaleData,
LanguageType eLang );
- NfCurrencyEntry( const NfCurrencyEntry& ) = default;
/// Symbols and language identical
bool operator==( const NfCurrencyEntry& r ) const;