diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-08 23:49:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-09 07:40:09 +0000 |
commit | 160478912af18a268c72907e6fd49bf6d95f0af2 (patch) | |
tree | e58df0ea79275d70b7907d3018357bb9adbe7770 /COPYING.MPL | |
parent | 2994586faac6a804b2d2b910133763ceb16134a0 (diff) |
loplugin:badstatics
ScAddInListener has a member
ScAddInDocs* pDocs; // documents where this is used
where ScAddInDocs is set<ScDocument*>, and ScDocument has a memmber
VclPtr<SfxPrinter> pPrinter;
so that's only a chain of (apparently non-owning) pointers.
Change-Id: I050218320eb2c588dcfaee80225f4e45a515ed32
Reviewed-on: https://gerrit.libreoffice.org/29613
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'COPYING.MPL')
0 files changed, 0 insertions, 0 deletions