summaryrefslogtreecommitdiff
path: root/sd/source/ui/table/TableDesignPane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/table/TableDesignPane.cxx')
-rw-r--r--sd/source/ui/table/TableDesignPane.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx
index f09f52dc5a36..47f87908462c 100644
--- a/sd/source/ui/table/TableDesignPane.cxx
+++ b/sd/source/ui/table/TableDesignPane.cxx
@@ -279,7 +279,7 @@ void TableDesignWidget::onSelectionChanged()
{
Reference< XShapes > xShapes( aSel, UNO_QUERY );
if( xShapes.is() && (xShapes->getCount() == 1) )
- aSel <<= xShapes->getByIndex(0);
+ aSel = xShapes->getByIndex(0);
}
Reference< XShapeDescriptor > xDesc( aSel, UNO_QUERY );