From 4d1faeec4513ee602dc1daafaebc1c4212819a7a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 3 Jun 2015 17:36:40 +0200 Subject: fix comment Change-Id: I1d6fc43447c3c98e21d1d0752aa621c9ab2a92a7 --- vcl/opengl/win/WinDeviceInfo.cxx | 10 +++++----- 1 file 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 size_t ArrayLength(T (&aArr)[N]) { -- cgit