summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuconcs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuconcs.cxx')
-rw-r--r--sd/source/ui/func/fuconcs.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sd/source/ui/func/fuconcs.cxx b/sd/source/ui/func/fuconcs.cxx
index 53a31f8cbad7..b7d6c754890c 100644
--- a/sd/source/ui/func/fuconcs.cxx
+++ b/sd/source/ui/func/fuconcs.cxx
@@ -230,16 +230,6 @@ void FuConstructCustomShape::SetAttributes( SdrObject* pObj )
pObj->NbcRotate( pObj->GetSnapRect().Center(), nAngle, sin( a ), cos( a ) );
}
bAttributesAppliedFromGallery = true;
-
- /*
- com::sun::star::uno::Any aAny;
- if ( ((SdrCustomShapeGeometryItem&)pObj->GetMergedItem( SDRATTR_CUSTOMSHAPE_GEOMETRY )).QueryValue( aAny ) )
- {
- aGeometryItem.PutValue( aAny );
- pObj->SetMergedItem( aGeometryItem );
- bAttributesAppliedFromGallery = sal_True;
- }
- */
}
}
}