summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-27 16:47:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-27 16:47:32 +0100
commit2733831474036f4893e8a90795f5799279d151d0 (patch)
treed31312838e9cc06c1b710b3e905e968b4ef213f0 /svx
parent60f11adb950e4f9645cc9ecb0f5af8235cc97366 (diff)
-Werror,-Wunused-variable
Change-Id: Id3e24e7efd84db03d0d1636bf099bac3fede55db
Diffstat (limited to 'svx')
-rw-r--r--svx/source/accessibility/ShapeTypeHandler.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/accessibility/ShapeTypeHandler.cxx b/svx/source/accessibility/ShapeTypeHandler.cxx
index f23b9abdbb62..dc3fb56ecda2 100644
--- a/svx/source/accessibility/ShapeTypeHandler.cxx
+++ b/svx/source/accessibility/ShapeTypeHandler.cxx
@@ -306,8 +306,6 @@ OUString
SdrObject *pSdrObj = pShape->GetSdrObject();
if (pSdrObj)
{
- OUString aTmp(pSdrObj->TakeObjNameSingul());
-
if(pSdrObj->ISA(SdrObjCustomShape))
{
SdrObjCustomShape* pCustomShape = (SdrObjCustomShape*)pSdrObj;