summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-16 21:06:38 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-16 23:28:20 +0900
commit2dd60383c119d80eff7188ddf003ce9d27ef7519 (patch)
treebd6ff6c66ead5c24518810999bfd5e6000f04928 /sd
parentcc92cb54e246e48dc62ef149aeaa550e14ec3a9e (diff)
removed useless code
Change-Id: If60124deaeb5b756c17c9f724ec150e909cc7373
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/stlfamily.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/core/stlfamily.cxx b/sd/source/core/stlfamily.cxx
index f3dcfaf6da19..ec45ac5333f8 100644
--- a/sd/source/core/stlfamily.cxx
+++ b/sd/source/core/stlfamily.cxx
@@ -270,11 +270,6 @@ Sequence< OUString > SAL_CALL SdStyleFamily::getElementNames() throw(RuntimeExce
{
*pNames++ = xStyle->GetApiName();
}
- else
- {
- int i = 0;
- i++;
- }
}
return aNames;