Re: [Libreoffice] Empty functions in chart module

2011-05-07 Thread Julien Nabet

Le 06/05/2011 11:10, Michael Meeks a écrit :

Hi Julien,

On Thu, 2011-05-05 at 23:39 +0200, Julien Nabet wrote:

By digging into cppcheck logs, I saw this :
[chart2/source/model/template/BubbleChartType.cxx:69] Technically the
member function
'StaticBubbleChartTypeDefaults_Initializer::lcl_AddDefaultsToMap' can be
const
[chart2/source/model/template/BubbleChartTypeTemplate.cxx:76]:
Technically the member function
'StaticBubbleChartTypeTemplateDefaults_Initializer::lcl_AddDefaultsToMap' can
be const

But these functions are empty.
So :
- should they be removed ?

They certainly could be - I guess if people are implementing them, they
will most likely look at other modules in chart2/ to see the pattern
that is used here.

The 2 methods have been removed, the patch was pushed on Master.
Generally speaking, if other methods like these are found, should they 
be removed too or each case should be analyzed specifically ?


Julien.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Empty functions in chart module

2011-05-06 Thread Michael Meeks
Hi Julien,

On Thu, 2011-05-05 at 23:39 +0200, Julien Nabet wrote:
 By digging into cppcheck logs, I saw this :
 [chart2/source/model/template/BubbleChartType.cxx:69] Technically the 
 member function 
 'StaticBubbleChartTypeDefaults_Initializer::lcl_AddDefaultsToMap' can be 
 const
 [chart2/source/model/template/BubbleChartTypeTemplate.cxx:76]: 
 Technically the member function 
 'StaticBubbleChartTypeTemplateDefaults_Initializer::lcl_AddDefaultsToMap' can 
 be const
 
 But these functions are empty.
 So :
 - should they be removed ?

They certainly could be - I guess if people are implementing them, they
will most likely look at other modules in chart2/ to see the pattern
that is used here.

HTH,

Michael.

-- 
 michael.me...@novell.com  , Pseudo Engineer, itinerant idiot


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Empty functions in chart module

2011-05-05 Thread Julien Nabet

Hello,

By digging into cppcheck logs, I saw this :
[chart2/source/model/template/BubbleChartType.cxx:69] Technically the 
member function 
'StaticBubbleChartTypeDefaults_Initializer::lcl_AddDefaultsToMap' can be 
const
[chart2/source/model/template/BubbleChartTypeTemplate.cxx:76]: 
Technically the member function 
'StaticBubbleChartTypeTemplateDefaults_Initializer::lcl_AddDefaultsToMap' can 
be const


But these functions are empty.
So :
- should they be removed ?
- should they be TODO (Must be implemented) tagged ?
- else ?

Julien.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice