summaryrefslogtreecommitdiff
path: root/basegfx/test/testtools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/testtools.hxx')
-rw-r--r--basegfx/test/testtools.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basegfx/test/testtools.hxx b/basegfx/test/testtools.hxx
index c355df27376a..98cf53c4af08 100644
--- a/basegfx/test/testtools.hxx
+++ b/basegfx/test/testtools.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -89,9 +89,9 @@ namespace basegfx
private:
void writeSeparator();
- ::std::ostream& mrOutputStream;
- ::std::vector< B2DPoint > maPoints;
- bool mbFirstElement;
+ ::std::ostream& mrOutputStream;
+ ::std::vector< B2DPoint > maPoints;
+ bool mbFirstElement;
};
}
}