diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-09-23 14:56:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-09-23 17:49:24 +0200 |
commit | 2cd335a17aad9cc9c0800c415521f2b066c81807 (patch) | |
tree | c7017f312cb47d3fffb9eb771687687701ac8701 /include | |
parent | 701b46ae0e8d6eb162d8cb307f5a72e35f4a36a8 (diff) |
Consolidate on a single sal_UCS4 declaration in vcl/vclenum.hxx
Change-Id: I910dba4c4ec6151a08dbb4e679c394ebe8ea5261
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103249
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/fontcharmap.hxx | 2 | ||||
-rw-r--r-- | include/vcl/metric.hxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/fontcharmap.hxx b/include/vcl/fontcharmap.hxx index f600c3e6849f..cdd18fcd633e 100644 --- a/include/vcl/fontcharmap.hxx +++ b/include/vcl/fontcharmap.hxx @@ -21,6 +21,7 @@ #define INCLUDED_FONTCHARMAP_HXX #include <vcl/dllapi.h> +#include <vcl/vclenum.hxx> #include <tools/ref.hxx> class ImplFontCharMap; @@ -28,7 +29,6 @@ class CmapResult; class FontCharMap; class OutputDevice; -typedef sal_uInt32 sal_UCS4; typedef tools::SvRef<ImplFontCharMap> ImplFontCharMapRef; typedef tools::SvRef<FontCharMap> FontCharMapRef; diff --git a/include/vcl/metric.hxx b/include/vcl/metric.hxx index 0eb584960c16..aa1e6943a10a 100644 --- a/include/vcl/metric.hxx +++ b/include/vcl/metric.hxx @@ -27,7 +27,6 @@ class FontCharMap; -typedef sal_uInt32 sal_UCS4; typedef tools::SvRef<FontCharMap> FontCharMapRef; class VCL_DLLPUBLIC FontMetric : public vcl::Font |