diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-02 14:07:31 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-07 10:24:54 +0200 |
commit | d1b27a1d9af27c0447d4eb1c8d5864b5028d7746 (patch) | |
tree | 7f551a3eb69040d674bf5b52b0405b897b23324f /sw | |
parent | e4688a3d41265946007c6c9a5c5b5742078c74a3 (diff) |
loplugin:staticmethods
Change-Id: Id3d6b50e07ea0850af18ab9bdadfffe0e4602aab
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/xmlexp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |