summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlExport.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-18 09:03:51 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-19 05:39:46 +0000
commit36313d93ac6f88bb4b4e4ed7109db583c7ce9886 (patch)
treef27ca9d75beb484a6ce93268fc15a0bfd470e3a1 /dbaccess/source/filter/xml/xmlExport.cxx
parenta7b5be118191a4e8a6cd422b5b2438a1ac22f36f (diff)
improve unnecessaryoverride plugin
to ignore ImplicitCastExpr when calling superclass method Change-Id: I76a3068446acfee85aa1baeb216e57f63c7099c1 Reviewed-on: https://gerrit.libreoffice.org/27279 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess/source/filter/xml/xmlExport.cxx')
-rw-r--r--dbaccess/source/filter/xml/xmlExport.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/dbaccess/source/filter/xml/xmlExport.cxx b/dbaccess/source/filter/xml/xmlExport.cxx
index 61c508da0df4..a17220c2f55a 100644
--- a/dbaccess/source/filter/xml/xmlExport.cxx
+++ b/dbaccess/source/filter/xml/xmlExport.cxx
@@ -1265,11 +1265,6 @@ void ODBExport::ExportStyles_(bool bUsed)
SvXMLExport::ExportStyles_(bUsed);
}
-sal_uInt32 ODBExport::exportDoc(enum ::xmloff::token::XMLTokenEnum eClass)
-{
- return SvXMLExport::exportDoc( eClass );
-}
-
void ODBExport::GetViewSettings(Sequence<PropertyValue>& aProps)
{
Reference<XQueryDefinitionsSupplier> xSup(getDataSource(),UNO_QUERY);