summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-19 01:30:44 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-19 01:30:44 +0100
commit506e1efab370626dae5e3122b6876f5a1e0b1029 (patch)
treec4e72abc875b1e1ea5d6f9b156368a9fe1313571 /oox
parent3991eaf5569c7039ea20000e70aac775b7899432 (diff)
trailing whitespaces
Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
Diffstat (limited to 'oox')
-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),