diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-26 10:52:27 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-26 10:54:38 +0900 |
commit | c1c023c67b84dac239013d1788137efd4c683e21 (patch) | |
tree | 1ad7a875d1a4522d2c87f9400e0b3d0a44c7a78a /svx/source/unodraw/unoshcol.cxx | |
parent | b77858bf67f177d6f90969df456a533203996025 (diff) |
Assign com.sun.star.drawing.Shapes at index 0
Thanks to Eike for review.
Diffstat (limited to 'svx/source/unodraw/unoshcol.cxx')
-rw-r--r-- | svx/source/unodraw/unoshcol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshcol.cxx b/svx/source/unodraw/unoshcol.cxx index 1e02c9cbdad9..1c4508116cfe 100644 --- a/svx/source/unodraw/unoshcol.cxx +++ b/svx/source/unodraw/unoshcol.cxx @@ -246,7 +246,7 @@ uno::Sequence< ::rtl::OUString > SAL_CALL SvxShapeCollection::getSupportedServic uno::Sequence< ::rtl::OUString > SvxShapeCollection::getSupportedServiceNames_Static() { uno::Sequence< ::rtl::OUString > aSeq(2); - aSeq.getArray()[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.Shapes") ); + aSeq.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.Shapes") ); aSeq.getArray()[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.ShapeCollection") ); return aSeq; } |