diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-06 15:11:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-06 15:11:29 +0100 |
commit | deaeae4d9571d2a1d4c49fc51435139e7a051f3b (patch) | |
tree | 3d21047e694e228f26e53f607a87dd73170c9b8a /unoxml | |
parent | d8796f6ef1c258f82579442070b1eb6b0c48ce20 (diff) |
Make VclPtr move assignment operator actually move
071e23fee07b92b8f07800cda3ca7e66afe818ae "add move operators for VclPtr" added
(among other things) a move assignment operator that rather copied m_rInnerRef.
But if b72c6feba87bd8707f39902a3066ba476188cb1d "manage VCL widgets using
rtl::Reference" had not pointlessly introduced a user-declared copy constructor
in the first place, all the copy/move special member functions would be
implicitly declared (as VclPtr does not have a user-declared destructor).
Change-Id: I1bec05a7a1b5b48a7b7d74e64a88f118454f8cb2
Diffstat (limited to 'unoxml')
0 files changed, 0 insertions, 0 deletions