warning C4373: 'ScTableSheetsObj::importSheet': virtual function overrides...

...'com::sun::sheet::XSpreadsheets2::importSheet', previous versions of
the compiler did not override when parameters only differed by const/volatile
qualifiers.

XSpreadsheets2.hdl defines this as:

virtual ::sal_Int32 SAL_CALL importSheet( const ::css::uno::Reference< ::css::sheet::XSpreadsheetDocument >& srcDoc, const ::rtl::OUString& srcName, ::sal_Int32 nDestPosition )

Change-Id: I286fa542a2124a85d7b835f257865f8a05c23f96
This commit is contained in:
Thomas Arnhold 2014-08-12 22:27:37 +02:00
parent 1e61e18169
commit 986b8dbf76

View File

@ -450,7 +450,7 @@ public:
const ::com::sun::star::uno::Reference <
::com::sun::star::sheet::XSpreadsheetDocument > & xDocSrc,
const OUString& srcName,
const sal_Int32 nDestPosition)
sal_Int32 nDestPosition)
throw(::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;