summaryrefslogtreecommitdiff
path: root/o3tl/CppunitTest_o3tl_tests.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-01-11 08:12:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-01-11 10:52:54 +0100
commitdad7a53f1106a6ecc344caa902b07726b8eb59ad (patch)
tree181d410fe766dcd2c075def1bfa7d9d5f1b09986 /o3tl/CppunitTest_o3tl_tests.mk
parent152e2e6943adf46f12c04cf76dc435e48c1f1c74 (diff)
Drop o3tl/string_view.hxx
...now that all of its uses have been replaced with C++17 <string_view>. The LO-specific o3tl::basic_string_view ctors with OString and OUString params have meanwhile been replaced with OString and OUString conversion functions (in dac7be50cff94e0c34cdca5ac7e35c19685c40c1 "o3tl::string_view -> std::string_view (in configmgr)"), the ctor with OUStringLiteral turned out to be no longer(?) needed anyway, and the LO-specific o3tl::toOUString has meanwhile been replaced with an OUString ctor with std::u16string_view param (in 6856da30665705be6380e84cf55de954c41f15d1 "o3tl::string_view -> std::string_view (in embedserv)"). Change-Id: Ie5215b07e2387560fb7e94de8b5a963241539c64 Reviewed-on: https://gerrit.libreoffice.org/66144 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'o3tl/CppunitTest_o3tl_tests.mk')
-rw-r--r--o3tl/CppunitTest_o3tl_tests.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/o3tl/CppunitTest_o3tl_tests.mk b/o3tl/CppunitTest_o3tl_tests.mk
index 9d802b98e167..1dbfebdf798a 100644
--- a/o3tl/CppunitTest_o3tl_tests.mk
+++ b/o3tl/CppunitTest_o3tl_tests.mk
@@ -33,7 +33,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,o3tl_tests,\
o3tl/qa/test-lru_map \
o3tl/qa/test-safeint \
o3tl/qa/test-sorted_vector \
- o3tl/qa/test-string_view \
o3tl/qa/test-typed_flags \
o3tl/qa/test-vector_pool \
))