summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/layerexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/layerexport.hxx')
-rw-r--r--xmloff/source/forms/layerexport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/forms/layerexport.hxx b/xmloff/source/forms/layerexport.hxx
index 4a4e4146be94..5f8a3b319547 100644
--- a/xmloff/source/forms/layerexport.hxx
+++ b/xmloff/source/forms/layerexport.hxx
@@ -217,7 +217,7 @@ namespace xmloff
/** determines whether the given page contains logical forms
*/
- bool pageContainsForms( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& _rxDrawPage ) const;
+ static bool pageContainsForms( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& _rxDrawPage );
/** determines whether the given page contains XForm instances
*/
@@ -232,7 +232,7 @@ namespace xmloff
void exportAutoStyles();
protected:
- bool impl_isFormPageContainingForms(
+ static bool impl_isFormPageContainingForms(
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& _rxDrawPage,
::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& _rxForms);