| commit | 56ace1c8728ffc9f34901497fa907818412046ea | [log] |
|---|---|---|
| author | Emircan Agac <thesadson@gmail.com> | Mon Aug 09 11:59:07 2021 +0300 |
| committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | Thu Aug 12 12:54:11 2021 +0200 |
| tree | d7aedbfbeb96c08c668d5ee76375d6588abff30d | |
| parent | a129b138043ee167f1043725f5d918bb8535a292 [diff] |
tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor Change-Id: Ifce4c42df52ce03ed1c509d9fc28de79f5b3426c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120199 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
diff --git a/vcl/source/graphic/UnoGraphicObject.cxx b/vcl/source/graphic/UnoGraphicObject.cxx index 9789837..73bbcef 100644 --- a/vcl/source/graphic/UnoGraphicObject.cxx +++ b/vcl/source/graphic/UnoGraphicObject.cxx
@@ -60,7 +60,7 @@ public: virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override { return uno::Sequence<OUString> { "com.sun.star.graphic.GraphicObject" }; return { "com.sun.star.graphic.GraphicObject" }; } };