diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-12-05 17:39:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-12-05 22:16:47 +0100 |
commit | 6548de27c4804f40ff8b0f7e1c3eb664c64db655 (patch) | |
tree | 822fda416d9240df15b61e498d0579ca72872b06 /cui/source | |
parent | 20e5399cfecaa7ed825b399018ba7f655e58d54e (diff) |
Remove some unused friend declarations
...which no longer find the befriended classes anyway (and would need to e.g. be
rewritten using non-elabortated type names if they were still relevant) after
f853ec317f6af1b8c65cc5bd758371689c75118d "Extend loplugin:external to warn about
classes" moved the befriending classes into (unnamed) sub-namespaces. (Except
on Windows, but where clang-cl now flagged them with "error: unqualified friend
declaration referring to type outside of the nearest enclosing namespace is a
Microsoft extension; add a nested name specifier
[-Werror,-Wmicrosoft-unqualified-friend]".)
Change-Id: Iad7a184dbb62b130f6d93693c16cfd5c9b08fcc1
Reviewed-on: https://gerrit.libreoffice.org/84578
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/treeopt.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index 9554159bc54a..5f694550c083 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -226,7 +226,6 @@ namespace { class MailMergeCfg_Impl : public utl::ConfigItem { private: - friend class SvxEMailTabPage; // variables bool bIsEmailSupported; |