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

Tor Lillqvist tml at collabora.com
Mon Apr 7 22:23:50 PDT 2014


 chart2/source/view/inc/3DChartObjects.hxx |    5 -----
 include/sal/log-areas.dox                 |    1 +
 2 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 35a7310e7fc16f609f895c043ceb8e99a251b3ee
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Apr 8 08:20:30 2014 +0300

    WaE: unknown log area 'chart2.barchart3D'
    
    Change-Id: I6f4ed9a816c13d35b92059c68132d90fe532b321

diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index 18f54f1..90fd1c0 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -59,6 +59,7 @@ certain functionality.
 
 @li @c chart2
 @li @c chart2.areachart
+ at li @c chart2.barchart3D
 @li @c chart2.opengl
 @li @c chart2.tools
 
commit a264dcebe86e93325ba86fc1910ae798672cdd84
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Apr 8 08:17:48 2014 +0300

    WaE: private field is not used
    
    Change-Id: I555a1513db76ae561c34734a1723d8225f258ef6

diff --git a/chart2/source/view/inc/3DChartObjects.hxx b/chart2/source/view/inc/3DChartObjects.hxx
index dc65252..e4e3709 100644
--- a/chart2/source/view/inc/3DChartObjects.hxx
+++ b/chart2/source/view/inc/3DChartObjects.hxx
@@ -32,10 +32,8 @@ class Bar : public Renderable3DObject
 public:
     Bar( const glm::mat4& rPosition );
 private:
-    bool mbRoundedCorners;
     glm::mat4 maPos;
     Color maColor; // RGBA fill color
-    sal_Int32 nUniqueId;
 };
 
 class Line : public Renderable3DObject
@@ -44,7 +42,6 @@ private:
     glm::vec3 maPosBegin;
     glm::vec3 maPosEnd;
     Color maLineColor; // RGBA line color
-    sal_Int32 nUniqueId;
 };
 
 class Text : public Renderable3DObject
@@ -53,7 +50,6 @@ private:
     BitmapEx maText;
     glm::vec3 maTopLeft;
     glm::vec3 maBottomRight;
-    sal_Int32 nUniqueId;
 };
 
 class Rectangle : public Renderable3DObject
@@ -61,7 +57,6 @@ class Rectangle : public Renderable3DObject
 private:
     glm::vec3 maTopLeft;
     glm::vec3 maBottomRight;
-    sal_Int32 nUniqueId;
     Color maColor; // RGBA fill color
     Color maLineColor; // RGBA line color
 };


More information about the Libreoffice-commits mailing list