[Libreoffice-commits] core.git: vcl/win
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 9 15:01:52 UTC 2021
vcl/win/gdi/winlayout.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d5f88932b60b79a8a677583f70c16d600c159935
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Apr 9 15:28:18 2021 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Apr 9 17:01:10 2021 +0200
loplugin:noexceptmove (clang-cl)
Change-Id: I55f5c725ac65058f5424f472cb71a84c9e3322f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113873
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx
index a246ae7096c1..0f82d1af5bc6 100644
--- a/vcl/win/gdi/winlayout.cxx
+++ b/vcl/win/gdi/winlayout.cxx
@@ -186,7 +186,7 @@ struct BlobReference
{
hb_blob_reference(mpBlob);
}
- BlobReference(BlobReference&& other)
+ BlobReference(BlobReference&& other) noexcept
: mpBlob(other.mpBlob)
{
other.mpBlob = nullptr;
More information about the Libreoffice-commits
mailing list