diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-03-15 11:52:49 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-03-15 11:52:49 +0100 |
commit | c703f03e506d6fd8c0d8e8fde6608a8b4cbab021 (patch) | |
tree | b4ac5049416838e9ebc1b7dc4190b6d0eed06ab0 /xmlscript | |
parent | fcc66077e2176b8bfc0908034eefefcf0f3bcf3d (diff) |
Fix build in scripting
Diffstat (limited to 'xmlscript')
-rwxr-xr-x | xmlscript/inc/xmlscript/xmldlg_imexp.hxx | 2 | ||||
-rwxr-xr-x | xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmlscript/inc/xmlscript/xmldlg_imexp.hxx b/xmlscript/inc/xmlscript/xmldlg_imexp.hxx index 30d92bfc1bd3..47d0d17e989f 100755 --- a/xmlscript/inc/xmlscript/xmldlg_imexp.hxx +++ b/xmlscript/inc/xmlscript/xmldlg_imexp.hxx @@ -78,7 +78,7 @@ SAL_CALL exportDialogModel( //============================================================================== void SAL_CALL importDialogModel( ::com::sun::star::uno::Reference< - ::com::sun::star::io::XInputStream > xInput, + ::com::sun::star::io::XInputStream > const & xInput, ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel, ::com::sun::star::uno::Reference< diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx index f0e8a3dfd4ea..d435883ef8d3 100755 --- a/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_addfunc.cxx @@ -105,7 +105,7 @@ Reference< io::XInputStreamProvider > SAL_CALL exportDialogModel( //================================================================================================== void SAL_CALL importDialogModel( - Reference< io::XInputStream > xInput, + Reference< io::XInputStream > const & xInput, Reference< container::XNameContainer > const & xDialogModel, Reference< XComponentContext > const & xContext, Reference< XModel > const & xDocument ) |