summaryrefslogtreecommitdiff
path: root/sw/source/uibase/table/tablemgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/table/tablemgr.cxx')
-rw-r--r--sw/source/uibase/table/tablemgr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/table/tablemgr.cxx b/sw/source/uibase/table/tablemgr.cxx
index ea2983279736..01911aa623c6 100644
--- a/sw/source/uibase/table/tablemgr.cxx
+++ b/sw/source/uibase/table/tablemgr.cxx
@@ -286,16 +286,16 @@ uno::Reference< frame::XModel > SwTableFUNC::InsertChart(
uno::Sequence< beans::PropertyValue > aArgs{
beans::PropertyValue(
- "CellRangeRepresentation", -1,
+ u"CellRangeRepresentation"_ustr, -1,
uno::Any( rCellRange ), beans::PropertyState_DIRECT_VALUE ),
beans::PropertyValue(
- "HasCategories", -1,
+ u"HasCategories"_ustr, -1,
uno::Any( bHasCategories ), beans::PropertyState_DIRECT_VALUE ),
beans::PropertyValue(
- "FirstCellAsLabel", -1,
+ u"FirstCellAsLabel"_ustr, -1,
uno::Any( bFirstCellAsLabel ), beans::PropertyState_DIRECT_VALUE ),
beans::PropertyValue(
- "DataRowSource", -1,
+ u"DataRowSource"_ustr, -1,
uno::Any( eDataRowSource ), beans::PropertyState_DIRECT_VALUE )
};
xDataReceiver->setArguments( aArgs );