diff options
-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 |