diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-20 05:26:31 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-21 06:44:33 +0200 |
commit | 5fa0adf25cfcb71129e05e7218cde46874306c15 (patch) | |
tree | 9ae65daa076f0fb297a708e353a8f50e9599c90c /oox/inc/drawingml | |
parent | 007eadfaa0efae0d8baa51b56295b5adc6564b50 (diff) |
remove whitespace
Change-Id: Ie630331957a6ff9514af7d00529ed875f94ddf26
Diffstat (limited to 'oox/inc/drawingml')
-rw-r--r-- | oox/inc/drawingml/chart/titlemodel.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/oox/inc/drawingml/chart/titlemodel.hxx b/oox/inc/drawingml/chart/titlemodel.hxx index a78c4ff0479f..dad4914e8af7 100644 --- a/oox/inc/drawingml/chart/titlemodel.hxx +++ b/oox/inc/drawingml/chart/titlemodel.hxx @@ -27,8 +27,6 @@ namespace oox { namespace drawingml { namespace chart { - - struct TextModel { typedef ModelRef< DataSequenceModel > DataSequenceRef; @@ -41,8 +39,6 @@ struct TextModel ~TextModel(); }; - - struct TitleModel { typedef ModelRef< Shape > ShapeRef; @@ -60,8 +56,6 @@ struct TitleModel ~TitleModel(); }; - - struct LegendModel { typedef ModelRef< Shape > ShapeRef; @@ -78,8 +72,6 @@ struct LegendModel ~LegendModel(); }; - - } // namespace chart } // namespace drawingml } // namespace oox |