summaryrefslogtreecommitdiffstats
path: root/include/xmloff/table/XMLTableExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/table/XMLTableExport.hxx')
-rw-r--r--include/xmloff/table/XMLTableExport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/table/XMLTableExport.hxx b/include/xmloff/table/XMLTableExport.hxx
index f49a4236e2d0..dfdb08d7315d 100644
--- a/include/xmloff/table/XMLTableExport.hxx
+++ b/include/xmloff/table/XMLTableExport.hxx
@@ -88,7 +88,7 @@ private:
SAL_DLLPRIVATE void ImpExportText( const css::uno::Reference < css::table::XCell >& xCell );
- void ExportCell( const css::uno::Reference < css::table::XCell >& xCell, const std::shared_ptr< XMLTableInfo >& pTableInfo, const OUString& sDefaultCellStyle );
+ void ExportCell( const css::uno::Reference < css::table::XCell >& xCell, const std::shared_ptr< XMLTableInfo >& pTableInfo, std::u16string_view sDefaultCellStyle );
void ExportTableColumns( const css::uno::Reference < css::container::XIndexAccess >& xtableColumns, const std::shared_ptr< XMLTableInfo >& pTableInfo );
};