diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-11-22 08:04:23 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-11-22 09:09:27 +0100 |
commit | e6b75a22dfbf81b6eca628384ae1c4bc499c50a3 (patch) | |
tree | 896f27bb522449224dc86ff1e503cd0de4ee2ddb /compilerplugins/clang/badstatics.cxx | |
parent | 7b0f5178d81e2673345f88abec2e5656f841627e (diff) |
sw: prefix members of SwDBManager, SwWebGlosDocShell, SwWordCountWrapper ...
... and SwZoomControl
See tdf#94879 for motivation.
Change-Id: I74f31e45a8c215d406371a23b64d548fbb851d28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125641
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'compilerplugins/clang/badstatics.cxx')
-rw-r--r-- | compilerplugins/clang/badstatics.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx index c0f24c54f75a..75eee2606769 100644 --- a/compilerplugins/clang/badstatics.cxx +++ b/compilerplugins/clang/badstatics.cxx @@ -201,7 +201,7 @@ public: || name == "gFontPreviewVirDevs" //svtools/source/control/ctrlbox.cxx, empty at exit || name == "aLogger" // FormulaLogger& FormulaLogger::get() in sc/source/core/tool/formulalogger.cxx - || name == "m_aUncommittedRegistrations" // sw/source/uibase/dbui/dbmgr.cxx + || name == "s_aUncommittedRegistrations" // sw/source/uibase/dbui/dbmgr.cxx || (loplugin::DeclCheck(pVarDecl).Var("aAllListeners") .Class("ScAddInListener").GlobalNamespace()) // not owning || (loplugin::DeclCheck(pVarDecl).Var("maThreadSpecific") |