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 /sfx2/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 'sfx2/source')
-rw-r--r-- | sfx2/source/view/sfxbasecontroller.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx index dc2c6964938c..305e5b5825eb 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -176,7 +176,6 @@ namespace { class SfxStatusIndicator : public ::cppu::WeakImplHelper< task::XStatusIndicator, lang::XEventListener > { -friend class SfxBaseController; Reference < XController > xOwner; Reference < task::XStatusIndicator > xProgress; SfxWorkWindow* pWorkWindow; |