summaryrefslogtreecommitdiff
path: root/include/vcl/fontcharmap.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-09-23 14:56:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-09-23 17:49:24 +0200
commit2cd335a17aad9cc9c0800c415521f2b066c81807 (patch)
treec7017f312cb47d3fffb9eb771687687701ac8701 /include/vcl/fontcharmap.hxx
parent701b46ae0e8d6eb162d8cb307f5a72e35f4a36a8 (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/vcl/fontcharmap.hxx')
-rw-r--r--include/vcl/fontcharmap.hxx2
1 files changed, 1 insertions, 1 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;