From 2dd60383c119d80eff7188ddf003ce9d27ef7519 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 16 May 2012 21:06:38 +0900 Subject: removed useless code Change-Id: If60124deaeb5b756c17c9f724ec150e909cc7373 --- sd/source/core/stlfamily.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sd/source') 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; -- cgit