diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-03-12 02:45:00 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-03-17 08:13:49 +0100 |
commit | cc2bfd18fdf3ffd640d9284f23b5054535211b07 (patch) | |
tree | 8cc806bca102bffa9417c0d76b86c0e639dcaf2a /include | |
parent | cd99c5c0dda08470f165c9a25bca2cb6ab6887c3 (diff) |
remove whitespace
Change-Id: I131de4b10674dceee821e2ab580b32d107134335
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/drawingml/chart/typegroupmodel.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/oox/drawingml/chart/typegroupmodel.hxx b/include/oox/drawingml/chart/typegroupmodel.hxx index 695634ca246c..91570e324a73 100644 --- a/include/oox/drawingml/chart/typegroupmodel.hxx +++ b/include/oox/drawingml/chart/typegroupmodel.hxx @@ -26,8 +26,6 @@ namespace oox { namespace drawingml { namespace chart { - - struct UpDownBarsModel { typedef ModelRef< Shape > ShapeRef; @@ -40,8 +38,6 @@ struct UpDownBarsModel ~UpDownBarsModel(); }; - - struct TypeGroupModel { typedef ModelVector< SeriesModel > SeriesVector; @@ -85,8 +81,6 @@ struct TypeGroupModel ~TypeGroupModel(); }; - - } // namespace chart } // namespace drawingml } // namespace oox |