Kaydet (Commit) 4bd701a3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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: 's avatarStephan Bergmann <sbergman@redhat.com>
üst f08d5453
...@@ -785,6 +785,7 @@ uno::Sequence< uno::Type > SvxShape::_getTypes() ...@@ -785,6 +785,7 @@ uno::Sequence< uno::Type > SvxShape::_getTypes()
case E3D_EXTRUDEOBJ_ID|E3D_INVENTOR_FLAG: case E3D_EXTRUDEOBJ_ID|E3D_INVENTOR_FLAG:
case E3D_POLYGONOBJ_ID|E3D_INVENTOR_FLAG: case E3D_POLYGONOBJ_ID|E3D_INVENTOR_FLAG:
case OBJ_MEDIA: case OBJ_MEDIA:
case OBJ_TABLE:
{ {
static css::uno::Sequence< css::uno::Type > aTypeSequence; static css::uno::Sequence< css::uno::Type > aTypeSequence;
...@@ -1005,7 +1006,6 @@ uno::Sequence< uno::Type > SvxShape::_getTypes() ...@@ -1005,7 +1006,6 @@ uno::Sequence< uno::Type > SvxShape::_getTypes()
case OBJ_GRAF: case OBJ_GRAF:
case OBJ_TEXT: case OBJ_TEXT:
case OBJ_CAPTION: case OBJ_CAPTION:
case OBJ_TABLE:
case OBJ_OLE2: // #i118485# Moved to shapes with text case OBJ_OLE2: // #i118485# Moved to shapes with text
default: default:
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment