summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-09-22 20:54:05 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2023-09-23 11:03:38 +0200
commit28b6480c6bdd179f3943f768926b7f196226c768 (patch)
treefe4e952dbfe88d9ed3301c145fb7d4787231f590 /compilerplugins/clang
parent7d66020d291928d03b638e03371359e756583178 (diff)
tdf#105303: Drop html export wizard
Done during the conference hackfest Change-Id: I765e6dc839a98038c4071c8444ce3db9293c8a6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157173 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r--compilerplugins/clang/singlevalfields.could-be-bool.results3
-rw-r--r--compilerplugins/clang/singlevalfields.results3
-rw-r--r--compilerplugins/clang/writeonlyvars.cxx2
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"))