[Libreoffice-commits] core.git: include/oox oox/inc

Markus Mohrhard markus.mohrhard at collabora.co.uk
Tue Aug 19 23:26:23 PDT 2014


 include/oox/drawingml/chart/modelbase.hxx |   12 ------------
 oox/inc/drawingml/chart/axismodel.hxx     |    6 ------
 2 files changed, 18 deletions(-)

New commits:
commit 1558b50e4fd5c26275efd824e731dc46fca781a4
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Tue Aug 19 05:01:20 2014 +0200

    remove whitespace
    
    Change-Id: I5634bf40e8ccc4ce076409907c13f9c6f52d11a3

diff --git a/include/oox/drawingml/chart/modelbase.hxx b/include/oox/drawingml/chart/modelbase.hxx
index d46ebbd..68bb9b7 100644
--- a/include/oox/drawingml/chart/modelbase.hxx
+++ b/include/oox/drawingml/chart/modelbase.hxx
@@ -30,8 +30,6 @@ namespace oox {
 namespace drawingml {
 namespace chart {
 
-
-
 template< typename ModelType >
 class ModelRef : public ::boost::shared_ptr< ModelType >
 {
@@ -51,8 +49,6 @@ public:
     ModelType&   getOrCreate( const Param1Type& rParam1 ) { if( !*this ) this->reset( new ModelType( rParam1 ) ); return **this; }
 };
 
-
-
 template< typename ModelType >
 class ModelVector : public RefVector< ModelType >
 {
@@ -71,8 +67,6 @@ private:
     ModelType&   append( ModelType* pModel ) { this->push_back( value_type( pModel ) ); return *pModel; }
 };
 
-
-
 template< typename KeyType, typename ModelType >
 class ModelMap : public RefMap< KeyType, ModelType >
 {
@@ -92,8 +86,6 @@ private:
     ModelType&   insert( KeyType eKey, ModelType* pModel ) { (*this)[ eKey ].reset( pModel ); return *pModel; }
 };
 
-
-
 struct NumberFormat
 {
     OUString     maFormatCode;       /// Number format code.
@@ -104,8 +96,6 @@ struct NumberFormat
     void                setAttributes( const AttributeList& rAttribs );
 };
 
-
-
 struct LayoutModel
 {
     double              mfX;                /// Left position of this object.
@@ -123,8 +113,6 @@ struct LayoutModel
                         ~LayoutModel();
 };
 
-
-
 } // namespace chart
 } // namespace drawingml
 } // namespace oox
diff --git a/oox/inc/drawingml/chart/axismodel.hxx b/oox/inc/drawingml/chart/axismodel.hxx
index a206185..c4ba8d4 100644
--- a/oox/inc/drawingml/chart/axismodel.hxx
+++ b/oox/inc/drawingml/chart/axismodel.hxx
@@ -27,8 +27,6 @@ namespace oox {
 namespace drawingml {
 namespace chart {
 
-
-
 struct AxisDispUnitsModel
 {
     typedef ModelRef< Shape >       ShapeRef;
@@ -47,8 +45,6 @@ struct AxisDispUnitsModel
                         ~AxisDispUnitsModel();
 };
 
-
-
 struct AxisModel
 {
     typedef ModelRef< Shape >               ShapeRef;
@@ -94,8 +90,6 @@ struct AxisModel
                         ~AxisModel();
 };
 
-
-
 } // namespace chart
 } // namespace drawingml
 } // namespace oox


More information about the Libreoffice-commits mailing list