diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-11-08 21:24:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-12 10:16:14 +0100 |
commit | 2811d0a20e038f6fd573f31eff8d485bd16c81ce (patch) | |
tree | 253e23996690c4f14e8715a6ecaf210fc9a5a3a7 /dbaccess | |
parent | 00d74a5e0291a40e532b2a0f51fdd5a3e1f487ed (diff) |
rtl::Static to thread-safe static
Change-Id: I6390d1811bad59c09a074039c635710d25a660d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124886
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/resource/core_resource.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/core/resource/core_resource.cxx b/dbaccess/source/core/resource/core_resource.cxx index 312a328e2808..fdef07e1f8f8 100644 --- a/dbaccess/source/core/resource/core_resource.cxx +++ b/dbaccess/source/core/resource/core_resource.cxx @@ -21,9 +21,6 @@ #include <unotools/resmgr.hxx> -// ---- needed as long as we have no contexts for components --- -#include <rtl/instance.hxx> - namespace dbaccess { OUString ResourceManager::loadString(TranslateId pResId) |