From kde-commits Tue Oct 31 23:07:34 2006 From: Frans Englich Date: Tue, 31 Oct 2006 23:07:34 +0000 To: kde-commits Subject: kdenonbeta/kdom/patternist/functions Message-Id: <1162336054.603578.29401.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116233606803640 SVN commit 600830 by englich: * Rename addNewFunctionWithID, addNewFunctionWithProp, and addFunctionWithPropId to addFunction because: 1) it's redundant to specify 'New' since that's what it's all about 2) it's not necessary to specify what each function do since the C++ function overloading do it for us. * Consistently indent function arguments. Size shrunk even a bit: 226 insertions(+), 235 deletions(-) M +35 -46 AbstractFunctionFactory.h M +47 -47 XPath10CoreFunctions.cpp M +142 -140 XPath20CoreFunctions.cpp M +2 -2 XSLT10CoreFunctions.cpp