summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabview.cxx')
-rw-r--r--sc/source/ui/view/tabview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index 1315b2d88214..8d8412d3673e 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -2720,7 +2720,7 @@ void ScTabView::getRowColumnHeaders(const tools::Rectangle& rRectangle, tools::J
if (nRowGroupDepth > 0)
{
aRowGroupsBuffer.append(",\n");
- rJsonWriter.putRaw(aRowGroupsBuffer.getStr());
+ rJsonWriter.putRaw(aRowGroupsBuffer);
}
/// end collecting ROWS
@@ -2815,7 +2815,7 @@ void ScTabView::getRowColumnHeaders(const tools::Rectangle& rRectangle, tools::J
if (nColGroupDepth > 0)
{
aColGroupsBuffer.append(",\n");
- rJsonWriter.putRaw(aColGroupsBuffer.getStr());
+ rJsonWriter.putRaw(aColGroupsBuffer);
}
/// end collecting COLs