diff options
author | Khaled Hosny <khaled@aliftype.com> | 2022-10-14 20:00:56 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2022-10-14 20:59:12 +0200 |
commit | 720a093461aadff044ac0b1b7b45cf3d416b3785 (patch) | |
tree | 8d8ba3a410ccfb177079532e9e4c0a5889a7f553 /include | |
parent | 07f675361d5a09ad4e3978f324dcd3c8c6d90cef (diff) |
vcl: Remove recently unused GetMirroredChar()
Unused since:
commit 69e9925ded584113e52f84ef0ed7c224079fa061
Author: Kevin Suo <suokunlong@126.com>
Date: Tue Oct 11 10:04:16 2022 +0800
sdext.pdfimport: resolves tdf#104597: RTL script text runs are reversed
Change-Id: I0d144d326a4f947a3453fdfb05fccb32a1e6e24e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141384
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/svapp.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 5400157ffa57..b7afb9589b3b 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -80,8 +80,6 @@ namespace com::sun::star::awt { class XWindow; } -// helper needed by SalLayout implementations as well as svx/source/dialog/svxbmpnumbalueset.cxx -VCL_DLLPUBLIC sal_UCS4 GetMirroredChar( sal_UCS4 ); VCL_DLLPUBLIC sal_UCS4 GetLocalizedChar( sal_UCS4, LanguageType ); enum class SystemWindowFlags { |