summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])
{