loplugin:unusedvariablecheck

Change-Id: I945e4d4a3848886c061b7a29bd277a1e6c6a7505
diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx
index 214b6a5..d0a8180 100644
--- a/reportdesign/source/ui/inspection/GeometryHandler.cxx
+++ b/reportdesign/source/ui/inspection/GeometryHandler.cxx
@@ -935,7 +935,6 @@ uno::Any GeometryHandler::getConstantValue(bool _bToControlValue,sal_uInt16 _nRe
{
    ModuleRes aRes(_nResId);
    ResStringArray aResList(aRes);
    std::vector<OUString> aList;
    uno::Sequence< OUString > aSeq(aResList.Count());
    for (sal_uInt32 i = 0; i < aResList.Count(); ++i)
        aSeq[i] = aResList.GetString(i);