summaryrefslogtreecommitdiff
path: root/include/ucbhelper/content.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/content.hxx')
-rw-r--r--include/ucbhelper/content.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/content.hxx b/include/ucbhelper/content.hxx
index 6ec7148f1e51..da312323033f 100644
--- a/include/ucbhelper/content.hxx
+++ b/include/ucbhelper/content.hxx
@@ -144,7 +144,7 @@ public:
/**
* Move constructor.
*/
- Content( Content&& rOther );
+ Content(Content&& rOther) noexcept;
/**
* Destructor.
@@ -161,7 +161,7 @@ public:
/**
* Move assignment operator.
*/
- Content& operator=( Content&& rOther );
+ Content& operator=(Content&& rOther) noexcept;
/**
* Constructor. This method should be used, if the exception thrown