summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorArkadiy Illarionov <qarkai@gmail.com>2019-07-09 01:51:19 +0300
committerStephan Bergmann <sbergman@redhat.com>2019-07-15 13:06:38 +0200
commitf926de93c455f7cede505ad8cf849fe81eb514cf (patch)
treee30e5835ad3b45703ce4050b895f7d4409f7a32a /reportdesign
parent6eed518408a93ad5a9896623d83405c4834b100c (diff)
tdf#39593 Remove SvxUnoDrawMSFactory::concatServiceNames
Replace with comphelper::concatSequences Change-Id: I6b16104fac6ac5fdfcb6f322da4a5b8405d5d999 Reviewed-on: https://gerrit.libreoffice.org/75315 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/core/api/ReportDefinition.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/core/api/ReportDefinition.cxx b/reportdesign/source/core/api/ReportDefinition.cxx
index 67f74d58458f..600dd78628b1 100644
--- a/reportdesign/source/core/api/ReportDefinition.cxx
+++ b/reportdesign/source/core/api/ReportDefinition.cxx
@@ -2169,7 +2169,7 @@ uno::Sequence< OUString > SAL_CALL OReportDefinition::getAvailableServiceNames()
pStrings[nIdx] = aSvxComponentServiceNameList[nIdx];
uno::Sequence< OUString > aParentSeq( SvxUnoDrawMSFactory::getAvailableServiceNames() );
- return concatServiceNames( aParentSeq, aSeq );
+ return comphelper::concatSequences( aParentSeq, aSeq );
}
// XShape