summaryrefslogtreecommitdiff
path: root/include/basegfx/vector/b2dsize.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/vector/b2dsize.hxx')
-rw-r--r--include/basegfx/vector/b2dsize.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/basegfx/vector/b2dsize.hxx b/include/basegfx/vector/b2dsize.hxx
index 6ae6de5e8045..1179126991e0 100644
--- a/include/basegfx/vector/b2dsize.hxx
+++ b/include/basegfx/vector/b2dsize.hxx
@@ -23,11 +23,11 @@
namespace basegfx
{
- // syntactic sugar: a B2DVector exactly models a Size object,
- // thus, for interface clarity, we provide an alias name
+// syntactic sugar: a B2DVector exactly models a Size object,
+// thus, for interface clarity, we provide an alias name
- /// Alias name for interface clarity (not everybody is aware of the identity)
- typedef B2DVector B2DSize;
+/// Alias name for interface clarity (not everybody is aware of the identity)
+typedef B2DVector B2DSize;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */