diff options
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/singlevalfields.could-be-bool.results | 3 | ||||
-rw-r--r-- | compilerplugins/clang/singlevalfields.results | 3 | ||||
-rw-r--r-- | compilerplugins/clang/writeonlyvars.cxx | 2 |
3 files changed, 0 insertions, 8 deletions
diff --git a/compilerplugins/clang/singlevalfields.could-be-bool.results b/compilerplugins/clang/singlevalfields.could-be-bool.results index a724683a6b2f..9b2fdf51b0f5 100644 --- a/compilerplugins/clang/singlevalfields.could-be-bool.results +++ b/compilerplugins/clang/singlevalfields.could-be-bool.results @@ -181,9 +181,6 @@ sd/qa/unit/tiledrendering/tiledrendering.cxx:895 sd/source/filter/html/htmlex.hxx:142 HtmlExport meScript PublishingScript -sd/source/filter/html/HtmlOptionsDialog.cxx:54 - (anonymous namespace)::SdHtmlOptionsDialog meDocType - DocumentType sd/source/ui/slideshow/slideshowimpl.hxx:304 sd::SlideshowImpl meAnimationMode AnimationMode diff --git a/compilerplugins/clang/singlevalfields.results b/compilerplugins/clang/singlevalfields.results index f625c11ff833..f64d36563bf9 100644 --- a/compilerplugins/clang/singlevalfields.results +++ b/compilerplugins/clang/singlevalfields.results @@ -754,9 +754,6 @@ sd/source/filter/html/htmlex.hxx:117 sd/source/ui/inc/CustomAnimationPane.hxx:144 sd::CustomAnimationPane maIdle sd idle treeview select -sd/source/ui/inc/pubdlg.hxx:157 - SdPublishingDlg aAssistentFunc - 6 sd/source/ui/inc/View.hxx:271 sd::View maDropErrorIdle sd View DropError diff --git a/compilerplugins/clang/writeonlyvars.cxx b/compilerplugins/clang/writeonlyvars.cxx index 068d4058e09d..3fb3f769b72d 100644 --- a/compilerplugins/clang/writeonlyvars.cxx +++ b/compilerplugins/clang/writeonlyvars.cxx @@ -415,8 +415,6 @@ void WriteOnlyVars::run() return; if (loplugin::isSamePathname(fn, SRCDIR "/sd/source/filter/xml/sdxmlwrp.cxx")) return; - if (loplugin::isSamePathname(fn, SRCDIR "/sd/source/filter/html/pubdlg.cxx")) - return; if (loplugin::isSamePathname(fn, SRCDIR "/sw/source/core/txtnode/thints.cxx")) return; if (loplugin::isSamePathname(fn, SRCDIR "/sw/source/core/doc/docbm.cxx")) |