summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/shapeexport.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 8ff9105412ce..7ce06f1edeb7 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -2498,7 +2498,6 @@ void XMLShapeExport::ImpExportControlShape(
if( xControlModel.is() )
{
OUString sControlId = mrExport.GetFormExport()->getControlId( xControlModel );
- assert(!sControlId.isEmpty());
mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_CONTROL, sControlId );
}
}