WaE: 'bOn' may be used uninitialized in this function
Change-Id: I6f715ffa264a4642c9a4470988383a18ddd9432b
This commit is contained in:
@@ -275,7 +275,7 @@ static void impl_execute( SdrView*, SfxRequest& rReq, SdrCustomShapeGeometryItem
|
|||||||
com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sTextPath, sSameLetterHeights );
|
com::sun::star::uno::Any* pAny = rGeometryItem.GetPropertyValueByName( sTextPath, sSameLetterHeights );
|
||||||
if( pAny )
|
if( pAny )
|
||||||
{
|
{
|
||||||
bool bOn;
|
bool bOn = false;
|
||||||
(*pAny) >>= bOn;
|
(*pAny) >>= bOn;
|
||||||
bOn = !bOn;
|
bOn = !bOn;
|
||||||
(*pAny) <<= bOn;
|
(*pAny) <<= bOn;
|
||||||
|
Reference in New Issue
Block a user