Kaydet (Commit) fc9e2983 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove whitespace

Change-Id: Id3f398e52f7f6b93626f6a067aceb5fb25048658
üst cff6ed15
...@@ -29,8 +29,6 @@ namespace oox { ...@@ -29,8 +29,6 @@ namespace oox {
namespace drawingml { namespace drawingml {
namespace chart { namespace chart {
struct View3DModel struct View3DModel
{ {
OptValue< sal_Int32 > monHeightPercent; /// Height of the 3D view, relative to chart width. OptValue< sal_Int32 > monHeightPercent; /// Height of the 3D view, relative to chart width.
...@@ -44,8 +42,6 @@ struct View3DModel ...@@ -44,8 +42,6 @@ struct View3DModel
~View3DModel(); ~View3DModel();
}; };
struct WallFloorModel struct WallFloorModel
{ {
typedef ModelRef< Shape > ShapeRef; typedef ModelRef< Shape > ShapeRef;
...@@ -58,8 +54,6 @@ struct WallFloorModel ...@@ -58,8 +54,6 @@ struct WallFloorModel
~WallFloorModel(); ~WallFloorModel();
}; };
struct DataTableModel struct DataTableModel
{ {
bool mbShowHBorder; /// Show Horizontal Border bool mbShowHBorder; /// Show Horizontal Border
...@@ -69,8 +63,6 @@ struct DataTableModel ...@@ -69,8 +63,6 @@ struct DataTableModel
~DataTableModel(); ~DataTableModel();
}; };
struct PlotAreaModel struct PlotAreaModel
{ {
typedef ModelVector< TypeGroupModel > TypeGroupVector; typedef ModelVector< TypeGroupModel > TypeGroupVector;
...@@ -89,8 +81,6 @@ struct PlotAreaModel ...@@ -89,8 +81,6 @@ struct PlotAreaModel
~PlotAreaModel(); ~PlotAreaModel();
}; };
} // namespace chart } // namespace chart
} // namespace drawingml } // namespace drawingml
} // namespace oox } // namespace oox
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment