include/rtl/ustring.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 1ec337b100755f7ad8cd5cb2c8acb072c6f18964 Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Nov 7 15:06:03 2022 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Tue Nov 8 07:15:08 2022 +0100 Remove some trailing whitespace noise ...from ustring.hxx, in preparation of using its OUStringConstExpr as a blueprint for a corresponding OStringConstExpr in string.hxx Change-Id: I3bf89133e9308dd56e2041a2a5ebb68145fdd0e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142406 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx index 69575289f6f5..d7d529f55e3f 100644 --- a/include/rtl/ustring.hxx +++ b/include/rtl/ustring.hxx @@ -152,7 +152,7 @@ class OUStringConstExpr public: template<std::size_t N> constexpr OUStringConstExpr(OUStringLiteral<N> const & literal): pData(const_cast<rtl_uString *>(&literal.str)) {} - + // prevent mis-use template<std::size_t N> constexpr OUStringConstExpr(OUStringLiteral<N> && literal) = delete; @@ -3388,7 +3388,6 @@ inline std::basic_ostream<charT, traits> & operator <<( return stream << OUString( std::move(concat) ); } - /// @endcond #endif
