diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-08-19 05:01:20 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-08-20 08:17:40 +0200 |
commit | 1558b50e4fd5c26275efd824e731dc46fca781a4 (patch) | |
tree | 4e1e9128e9ad5ddb70751f01eef7d2d8e28de5fc /oox/inc | |
parent | a1a480f91e6f43df23b9ecdf47d5cd230c50ebed (diff) |
remove whitespace
Change-Id: I5634bf40e8ccc4ce076409907c13f9c6f52d11a3
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/chart/axismodel.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/oox/inc/drawingml/chart/axismodel.hxx b/oox/inc/drawingml/chart/axismodel.hxx index a206185c223b..c4ba8d4f295c 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 |