diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-06 07:32:59 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-06 07:33:49 +0200 |
commit | a8c9f6bc8580d5d4c68ded8a0119704de9e6c1a5 (patch) | |
tree | 0ee536a47eef18656058891b8db95ef94d818990 /include | |
parent | 1bc6b366f76d17c3c85b94448e1203382dc78c61 (diff) |
error: 'UCS4' does not name a type
Change-Id: I5f3c5d55d04747c15cdf8aa34b27ceb0cc3f3a92
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/metric.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/metric.hxx b/include/vcl/metric.hxx index 354da1a462f3..ca53b653b0cc 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 |