summaryrefslogtreecommitdiff
path: root/include/basegfx/vector/b2isize.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/vector/b2isize.hxx')
-rw-r--r--include/basegfx/vector/b2isize.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/basegfx/vector/b2isize.hxx b/include/basegfx/vector/b2isize.hxx
index 5d299f4fd8e5..926910b4827d 100644
--- a/include/basegfx/vector/b2isize.hxx
+++ b/include/basegfx/vector/b2isize.hxx
@@ -23,11 +23,11 @@
namespace basegfx
{
- // syntactic sugar: a B2IVector exactly models a Size object,
- // thus, for interface clarity, we provide an alias name
+// syntactic sugar: a B2IVector 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 B2IVector B2ISize;
+/// Alias name for interface clarity (not everybody is aware of the identity)
+typedef B2IVector B2ISize;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */