[Libreoffice] [PATCH] Cppcheck cleaning on oox

Julien Nabet serval2412 at yahoo.fr
Sun Jan 16 13:00:47 PST 2011


Hello,

Here is a patch for some cppcheck cleaning on oox

In the file :
oox/source/drawingml/chart/objectformatter.cxx
in the line 930, there is this function
void EffectFormatter::convertFormatting( PropertySet& /*rPropSet*/, 
const ModelRef< Shape >& /*rxShapeProp*/, sal_Int32 /*nSeriesIdx*/ ) const
{
}
the declaration of this function is line 662 :
     /** Converts effect formatting to the passed property set. */
     void                convertFormatting(
                             PropertySet& rPropSet,
                             const ModelRef< Shape >& rxShapeProp,
                             sal_Int32 nSeriesIdx ) const;

Does this function do something or should it be implemented (or just 
simply remove it) ?

(LGPLv3+ / MPL)

Julien
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: commit-34dfec5
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110116/f9397823/attachment.txt>


More information about the LibreOffice mailing list