summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-11 13:13:24 +0200
committerNoel Grandin <noel@peralex.com>2016-01-11 13:14:08 +0200
commit7a658373496fc41f40c5019870456dca3a9f6ecc (patch)
treedcb2383ef1c4834f62cb8706128136538f7cbcde /filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
parent92266dd8267481b654efd0dd76f1d145f9dc9e18 (diff)
loplugin:unusedmethods unused return value in filter
Change-Id: I42b24bed84ab9b745041166610732d9a074b5f72
Diffstat (limited to 'filter/source/xsltdialog/xmlfiltertabpagexslt.cxx')
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagexslt.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx b/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
index 8f844c8f1e38..47e24a96a2a2 100644
--- a/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
+++ b/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
@@ -74,7 +74,7 @@ void XMLFilterTabPageXSLT::dispose()
TabPage::dispose();
}
-bool XMLFilterTabPageXSLT::FillInfo( filter_info_impl* pInfo )
+void XMLFilterTabPageXSLT::FillInfo( filter_info_impl* pInfo )
{
if( pInfo )
{
@@ -84,8 +84,6 @@ bool XMLFilterTabPageXSLT::FillInfo( filter_info_impl* pInfo )
pInfo->maImportTemplate = GetURL( m_pEDImportTemplate );
pInfo->mbNeedsXSLT2 = m_pCBNeedsXSLT2->IsChecked();
}
-
- return true;
}
void XMLFilterTabPageXSLT::SetInfo(const filter_info_impl* pInfo)