summaryrefslogtreecommitdiffstats
path: root/include/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-07-23 09:08:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-07-23 10:40:41 +0200
commit58ddacdb4be78dd00e05a46459ed0bcbe7531632 (patch)
tree229b1febb192f27e80a14db5607b6bc9eba3188c /include/xmloff
parentdo not use "using namespace std" in headers (diff)
downloadcore-58ddacdb4be78dd00e05a46459ed0bcbe7531632.tar.gz
core-58ddacdb4be78dd00e05a46459ed0bcbe7531632.zip
loplugin:noexceptmove (macOS, libc++)
Change-Id: Ic587957fe0bf871b587375a68758a537de910de5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119399 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlcnimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlcnimp.hxx b/include/xmloff/xmlcnimp.hxx
index 8b09f5ed79cd..614a8cae742f 100644
--- a/include/xmloff/xmlcnimp.hxx
+++ b/include/xmloff/xmlcnimp.hxx
@@ -38,7 +38,7 @@ public:
~SvXMLAttrContainerData();
SvXMLAttrContainerData& operator=( const SvXMLAttrContainerData& rCmp );
- SvXMLAttrContainerData& operator=( SvXMLAttrContainerData&& rCmp );
+ SvXMLAttrContainerData& operator=( SvXMLAttrContainerData&& rCmp ) noexcept;
bool operator ==( const SvXMLAttrContainerData& rCmp ) const;