summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/HtmlOptionsDialog.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 13:17:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-23 11:54:44 +0100
commita25ee52f6861796853cb3ebf12e49834222bcba0 (patch)
tree94118afa2071acfd57622e17328899b800e61b15 /sd/source/filter/html/HtmlOptionsDialog.cxx
parentad2809b4b6dc4837b0c1cadd89a14a234d995fb2 (diff)
loplugin:unusedfields in sd
Change-Id: I33d2559cf193489141c9a7047c09d3b5660e7c80 Reviewed-on: https://gerrit.libreoffice.org/68223 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/filter/html/HtmlOptionsDialog.cxx')
-rw-r--r--sd/source/filter/html/HtmlOptionsDialog.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sd/source/filter/html/HtmlOptionsDialog.cxx b/sd/source/filter/html/HtmlOptionsDialog.cxx
index 9135e4016732..989015375a3f 100644
--- a/sd/source/filter/html/HtmlOptionsDialog.cxx
+++ b/sd/source/filter/html/HtmlOptionsDialog.cxx
@@ -49,7 +49,6 @@ class SdHtmlOptionsDialog : public cppu::WeakImplHelper
{
Sequence< PropertyValue > maMediaDescriptor;
Sequence< PropertyValue > maFilterDataSequence;
- OUString aDialogTitle;
DocumentType meDocType;
public:
@@ -152,9 +151,8 @@ void SdHtmlOptionsDialog::setPropertyValues( const Sequence< PropertyValue > & a
}
// XExecutableDialog
-void SdHtmlOptionsDialog::setTitle( const OUString& aTitle )
+void SdHtmlOptionsDialog::setTitle( const OUString& )
{
- aDialogTitle = aTitle;
}
sal_Int16 SdHtmlOptionsDialog::execute()