include/vcl/metric.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a8c9f6bc8580d5d4c68ded8a0119704de9e6c1a5 Author: Miklos Vajna <[email protected]> Date: Mon Oct 6 07:32:59 2014 +0200 error: 'UCS4' does not name a type Change-Id: I5f3c5d55d04747c15cdf8aa34b27ceb0cc3f3a92 diff --git a/include/vcl/metric.hxx b/include/vcl/metric.hxx index 354da1a..ca53b65 100644 --- a/include/vcl/metric.hxx +++ b/include/vcl/metric.hxx @@ -120,7 +120,7 @@ public: bool HasChar( sal_UCS4 ) const; - UCS4 codepoints. + /** UCS4 codepoints. @param cMin Lowest codepoint in range to be counted @param cMax Highest codepoitn in range to be counted _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
