summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection/GeometryHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inspection/GeometryHandler.cxx')
-rw-r--r--reportdesign/source/ui/inspection/GeometryHandler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx
index 08bda842c518..2c6dce15edca 100644
--- a/reportdesign/source/ui/inspection/GeometryHandler.cxx
+++ b/reportdesign/source/ui/inspection/GeometryHandler.cxx
@@ -271,8 +271,7 @@ OUString GeometryHandler::getImplementationName_Static( ) throw(uno::RuntimeExc
uno::Sequence< OUString > GeometryHandler::getSupportedServiceNames_static( ) throw(uno::RuntimeException)
{
- uno::Sequence< OUString > aSupported(1);
- aSupported[0] = "com.sun.star.report.inspection.GeometryHandler";
+ uno::Sequence< OUString > aSupported { "com.sun.star.report.inspection.GeometryHandler" };
return aSupported;
}