From d1b27a1d9af27c0447d4eb1c8d5864b5028d7746 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 2 Apr 2015 14:07:31 +0200 Subject: loplugin:staticmethods Change-Id: Id3d6b50e07ea0850af18ab9bdadfffe0e4602aab --- sw/source/filter/xml/xmlexp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/filter/xml/xmlexp.cxx b/sw/source/filter/xml/xmlexp.cxx index 569813d35522..6841331b23f8 100644 --- a/sw/source/filter/xml/xmlexp.cxx +++ b/sw/source/filter/xml/xmlexp.cxx @@ -462,7 +462,7 @@ void SwXMLExport::_ExportContent() xPage, GetFormExport() ); // #i36597# - if ( GetFormExport()->pageContainsForms( xPage ) || GetFormExport()->documentContainsXForms() ) + if ( xmloff::OFormLayerXMLExport::pageContainsForms( xPage ) || GetFormExport()->documentContainsXForms() ) { ::xmloff::OOfficeFormsExport aOfficeForms(*this); -- cgit