summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vcl/svapp.hxx2
-rw-r--r--vcl/source/gdi/sallayout.cxx9
2 files changed, 0 insertions, 11 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 {
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx
index cffa4cd8ecbe..cd27a2cb8a0c 100644
--- a/vcl/source/gdi/sallayout.cxx
+++ b/vcl/source/gdi/sallayout.cxx
@@ -38,9 +38,6 @@
#include <vcl/svapp.hxx>
-#include <unicode/ubidi.h>
-#include <unicode/uchar.h>
-
#include <algorithm>
#include <memory>
@@ -51,12 +48,6 @@
#define GF_FONTSHIFT 28
-sal_UCS4 GetMirroredChar( sal_UCS4 nChar )
-{
- nChar = u_charMirror( nChar );
- return nChar;
-}
-
sal_UCS4 GetLocalizedChar( sal_UCS4 nChar, LanguageType eLang )
{
// currently only conversion from ASCII digits is interesting