diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-28 11:51:23 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-30 08:13:15 +0200 |
commit | fc9e298371e264281e90eee68923710d732fd07b (patch) | |
tree | e6e38654f436b241e9a2910a67991f8a3489e70b /oox/inc/drawingml/chart | |
parent | cff6ed154b3daf88c9972b1d8f6b00499e641338 (diff) |
remove whitespace
Change-Id: Id3f398e52f7f6b93626f6a067aceb5fb25048658
Diffstat (limited to 'oox/inc/drawingml/chart')
-rw-r--r-- | oox/inc/drawingml/chart/plotareamodel.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/oox/inc/drawingml/chart/plotareamodel.hxx b/oox/inc/drawingml/chart/plotareamodel.hxx index 340fa8d9175d..b90b90b3b3c2 100644 --- a/oox/inc/drawingml/chart/plotareamodel.hxx +++ b/oox/inc/drawingml/chart/plotareamodel.hxx @@ -29,8 +29,6 @@ namespace oox { namespace drawingml { namespace chart { - - struct View3DModel { OptValue< sal_Int32 > monHeightPercent; /// Height of the 3D view, relative to chart width. @@ -44,8 +42,6 @@ struct View3DModel ~View3DModel(); }; - - struct WallFloorModel { typedef ModelRef< Shape > ShapeRef; @@ -58,8 +54,6 @@ struct WallFloorModel ~WallFloorModel(); }; - - struct DataTableModel { bool mbShowHBorder; /// Show Horizontal Border @@ -69,8 +63,6 @@ struct DataTableModel ~DataTableModel(); }; - - struct PlotAreaModel { typedef ModelVector< TypeGroupModel > TypeGroupVector; @@ -89,8 +81,6 @@ struct PlotAreaModel ~PlotAreaModel(); }; - - } // namespace chart } // namespace drawingml } // namespace oox |