sw/source/uibase/inc/cfgitems.hxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 10cb99a810539f1f3691609700fe855c961ef6ac Author: Michael Weghorn <[email protected]> AuthorDate: Thu Nov 21 09:37:57 2019 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Thu Nov 21 19:29:29 2019 +0100 SwAddPrinterItem: Remove friend SwAddPrinterTabPage SwAddPrinterTabPage doesn't access any private members, so doesn't have to be a friend. Change-Id: I82918af61e7b1568127002e70da8c767aec7f03f Reviewed-on: https://gerrit.libreoffice.org/83392 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/sw/source/uibase/inc/cfgitems.hxx b/sw/source/uibase/inc/cfgitems.hxx index db525151a079..4118708306e3 100644 --- a/sw/source/uibase/inc/cfgitems.hxx +++ b/sw/source/uibase/inc/cfgitems.hxx @@ -97,8 +97,6 @@ public: // Item for settings dialog - printer/add-ons class SW_DLLPUBLIC SwAddPrinterItem : public SfxPoolItem, public SwPrintData { - friend class SwAddPrinterTabPage; - using SwPrintData::operator ==; public: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
