diff options
Diffstat (limited to 'include/xmloff/formlayerexport.hxx')
-rw-r--r-- | include/xmloff/formlayerexport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/formlayerexport.hxx b/include/xmloff/formlayerexport.hxx index 346e7455e13a..7aaf8a5af969 100644 --- a/include/xmloff/formlayerexport.hxx +++ b/include/xmloff/formlayerexport.hxx @@ -163,7 +163,7 @@ namespace xmloff to the form layer exporter.<br/> Of course you have to do this before calling <member>exportForms</member></p> */ - void excludeFromExport( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > _rxControl ); + void excludeFromExport( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& _rxControl ); }; |