diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-11-01 14:26:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-11-01 16:35:54 +0100 |
commit | 4bd701a306c8068911203f976145adc717f015d2 (patch) | |
tree | 7f1cfdb657ce46558af7a2ad029ee48346be0b71 /svx/source/unodraw/unoshape.cxx | |
parent | f08d54535b3cec6d5dce4a763c738b88cc96351c (diff) |
tdf#92848: SvxTableShape doesn't implement css::text::XTextAppend
...so don't let it announce that in getTypes().
Change-Id: I91324615e6a1857d8deed055345982e41e5d45a2
Reviewed-on: https://gerrit.libreoffice.org/62739
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source/unodraw/unoshape.cxx')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 44e33d61df0a..5bc8092bf346 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -785,6 +785,7 @@ uno::Sequence< uno::Type > SvxShape::_getTypes() case E3D_EXTRUDEOBJ_ID|E3D_INVENTOR_FLAG: case E3D_POLYGONOBJ_ID|E3D_INVENTOR_FLAG: case OBJ_MEDIA: + case OBJ_TABLE: { static css::uno::Sequence< css::uno::Type > aTypeSequence; @@ -1005,7 +1006,6 @@ uno::Sequence< uno::Type > SvxShape::_getTypes() case OBJ_GRAF: case OBJ_TEXT: case OBJ_CAPTION: - case OBJ_TABLE: case OBJ_OLE2: // #i118485# Moved to shapes with text default: { |