this is overly static for little gain

This commit is contained in:
Caolán McNamara 2011-05-31 13:32:08 +01:00
parent a6489060ef
commit 7f1b2040ee

View file

@ -400,10 +400,10 @@ BoundFrameSets::BoundFrameSets(const Reference<XInterface> xModel)
void FieldParamExporter::Export()
{
static const Type aStringType = ::getCppuType((OUString*)0);
static const Type aBoolType = ::getCppuType((sal_Bool*)0);
static const Type aSeqType = ::getCppuType((Sequence<OUString>*)0);
static const Type aIntType = ::getCppuType((sal_Int32*)0);
const Type aStringType = ::getCppuType((OUString*)0);
const Type aBoolType = ::getCppuType((sal_Bool*)0);
const Type aSeqType = ::getCppuType((Sequence<OUString>*)0);
const Type aIntType = ::getCppuType((sal_Int32*)0);
Sequence<OUString> vParameters(m_xFieldParams->getElementNames());
for(const OUString* pCurrent=::comphelper::stl_begin(vParameters); pCurrent!=::comphelper::stl_end(vParameters); ++pCurrent)
{