summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-06-03 17:36:40 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-06-03 17:44:58 +0200
commit4d1faeec4513ee602dc1daafaebc1c4212819a7a (patch)
treeb4b1b87f251b958e0053dd03d5d6e7fbf2f84f49
parent2d06511010ea800e62c076c2583d72eccc795691 (diff)
fix comment
Change-Id: I1d6fc43447c3c98e21d1d0752aa621c9ab2a92a7
-rw-r--r--vcl/opengl/win/WinDeviceInfo.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index ac7911cb0263..86672fe80a25 100644
--- a/vcl/opengl/win/WinDeviceInfo.cxx
+++ b/vcl/opengl/win/WinDeviceInfo.cxx
@@ -86,11 +86,11 @@ void GetDLLVersion(const sal_Unicode* aDLLPath, OUString& aVersion)
}
/*
-* * Compute the length of an array with constant length. (Use of this method
-* * with a non-array pointer will not compile.)
-* *
-* * Beware of the implicit trailing '\0' when using this with string constants.
-* */
+ * Compute the length of an array with constant length. (Use of this method
+ * with a non-array pointer will not compile.)
+ *
+ * Beware of the implicit trailing '\0' when using this with string constants.
+*/
template<typename T, size_t N>
size_t ArrayLength(T (&aArr)[N])
{