Kaydet (Commit) 986b8dbf authored tarafından Thomas Arnhold's avatar Thomas Arnhold

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

...'com::sun::star::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
üst 1e61e181
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment