summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/diagram/diagram.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/diagram/diagram.hxx')
-rw-r--r--oox/source/drawingml/diagram/diagram.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/drawingml/diagram/diagram.hxx b/oox/source/drawingml/diagram/diagram.hxx
index 86fdcbcee8a4..93e810472c7e 100644
--- a/oox/source/drawingml/diagram/diagram.hxx
+++ b/oox/source/drawingml/diagram/diagram.hxx
@@ -43,7 +43,7 @@ namespace dgm {
*/
struct Connection
{
- Connection() :
+ Connection() :
mnType( 0 ),
mnSourceOrder( 0 ),
mnDestOrder( 0 )
@@ -60,7 +60,7 @@ struct Connection
OUString msSibTransId;
sal_Int32 mnSourceOrder;
sal_Int32 mnDestOrder;
-
+
};
typedef std::vector< Connection > Connections;
@@ -70,7 +70,7 @@ typedef std::vector< Connection > Connections;
*/
struct Point
{
- Point() :
+ Point() :
mnType(0),
mnMaxChildren(-1),
mnPreferredChildren(-1),