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

-Werror,-Wunused-variable

Change-Id: Id3e24e7efd84db03d0d1636bf099bac3fede55db
üst 60f11adb
...@@ -306,8 +306,6 @@ OUString ...@@ -306,8 +306,6 @@ OUString
SdrObject *pSdrObj = pShape->GetSdrObject(); SdrObject *pSdrObj = pShape->GetSdrObject();
if (pSdrObj) if (pSdrObj)
{ {
OUString aTmp(pSdrObj->TakeObjNameSingul());
if(pSdrObj->ISA(SdrObjCustomShape)) if(pSdrObj->ISA(SdrObjCustomShape))
{ {
SdrObjCustomShape* pCustomShape = (SdrObjCustomShape*)pSdrObj; SdrObjCustomShape* pCustomShape = (SdrObjCustomShape*)pSdrObj;
......
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