[Libreoffice-commits] core.git: 2 commits - chart2/source cui/source

Tor Lillqvist tml at collabora.com
Tue May 6 00:27:36 PDT 2014


 chart2/source/view/inc/GL3DRenderer.hxx |    2 ++
 cui/source/tabpages/numpages.cxx        |    1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a4ff20eefaa52f97bacbdb2db16ae5b05a71f536
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue May 6 10:23:15 2014 +0300

    WaE: unused variable 'aRect'
    
    Change-Id: I22368254727d1b78337cce42425e27fc7e2588c4

diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index a1265f9..826e600 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -2286,7 +2286,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxNumberingPreview(Window
 void    SvxNumberingPreview::Paint( const Rectangle& /*rRect*/ )
 {
     Size aSize(PixelToLogic(GetOutputSizePixel()));
-    Rectangle aRect(Point(0,0), aSize);
 
     const StyleSettings& rStyleSettings = GetSettings().GetStyleSettings();
     const Color aBackColor = rStyleSettings.GetFieldColor();
commit d117fb663ae85392dacbc9a3be32ed1af205dd61
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue May 6 10:18:19 2014 +0300

    WaE: private field 'm_iPointNum' is not used
    
    Change-Id: Iad9c5270e90c7492598764038ad278309da73091

diff --git a/chart2/source/view/inc/GL3DRenderer.hxx b/chart2/source/view/inc/GL3DRenderer.hxx
index 0d4fcd0..1df5ea1 100644
--- a/chart2/source/view/inc/GL3DRenderer.hxx
+++ b/chart2/source/view/inc/GL3DRenderer.hxx
@@ -356,7 +356,9 @@ private:
 
     //TODO: moggi: kill the following parts
     // don't add anything below or I will remove it
+#if 0
     size_t m_iPointNum;
+#endif
 
     SceneBox m_SenceBox;
 


More information about the Libreoffice-commits mailing list