summaryrefslogtreecommitdiff
path: root/helpcompiler/source/HelpCompiler.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-22 11:09:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-22 14:24:32 +0100
commitc5ecf24413625adf9234c67b5da431eb72b3612e (patch)
treefda0ed7e7b914e41a1c5dfabd99727a07dca253b /helpcompiler/source/HelpCompiler.cxx
parentb587072aeae0670758b517d26fe0cb1fdda6a3b6 (diff)
fs::getThreadTextEncoding->osl_getThreadTextEncoding
Change-Id: I803f21dba239073cf07dc853f400adeac3256856 Reviewed-on: https://gerrit.libreoffice.org/83467 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'helpcompiler/source/HelpCompiler.cxx')
-rw-r--r--helpcompiler/source/HelpCompiler.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/helpcompiler/source/HelpCompiler.cxx b/helpcompiler/source/HelpCompiler.cxx
index b8a0af737d89..306d2d518067 100644
--- a/helpcompiler/source/HelpCompiler.cxx
+++ b/helpcompiler/source/HelpCompiler.cxx
@@ -491,12 +491,6 @@ void HelpCompiler::compile()
namespace fs
{
- rtl_TextEncoding getThreadTextEncoding()
- {
- static rtl_TextEncoding nThreadTextEncoding = osl_getThreadTextEncoding();
- return nThreadTextEncoding;
- }
-
void create_directory(const fs::path& indexDirName)
{
HCDBG(