From 1ec337b100755f7ad8cd5cb2c8acb072c6f18964 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 7 Nov 2022 15:06:03 +0100 Subject: 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 --- include/rtl/ustring.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/rtl') 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 constexpr OUStringConstExpr(OUStringLiteral const & literal): pData(const_cast(&literal.str)) {} - + // prevent mis-use template constexpr OUStringConstExpr(OUStringLiteral && literal) = delete; @@ -3388,7 +3388,6 @@ inline std::basic_ostream & operator <<( return stream << OUString( std::move(concat) ); } - /// @endcond #endif -- cgit