diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-25 10:42:11 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-25 09:37:00 +0000 |
commit | 0e74870782bd46a9654e63e19d081528fcccb6fa (patch) | |
tree | e0267c76eec67ef20c4bbdfe1e4a82967fde7b6e /include/connectivity/FValue.hxx | |
parent | 17e137d899de51f2cab485d4e339009954e558b5 (diff) |
cid#1371320 Missing move assignment operator
Change-Id: I34da999f516abedd65135f67e7479706e64e7b20
Reviewed-on: https://gerrit.libreoffice.org/28376
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/connectivity/FValue.hxx')
-rw-r--r-- | include/connectivity/FValue.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/connectivity/FValue.hxx b/include/connectivity/FValue.hxx index 55341f828e92..3964f3a1be3f 100644 --- a/include/connectivity/FValue.hxx +++ b/include/connectivity/FValue.hxx @@ -286,6 +286,7 @@ namespace connectivity { } ORowSetValue& operator=(const ORowSetValue& _rRH); + ORowSetValue& operator=(ORowSetValue&& _rRH); // simple types ORowSetValue& operator=(bool _rRH); |