summaryrefslogtreecommitdiff
path: root/include/unotools/tempfile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/tempfile.hxx')
-rw-r--r--include/unotools/tempfile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/tempfile.hxx b/include/unotools/tempfile.hxx
index b77d6e3a798f..b20a4f2fdf40 100644
--- a/include/unotools/tempfile.hxx
+++ b/include/unotools/tempfile.hxx
@@ -71,7 +71,7 @@ public:
TempFile( const OUString& rLeadingChars, bool _bStartWithZero=true, const OUString* pExtension=nullptr,
const OUString* pParent=nullptr, bool bCreateParentDirs=false );
- TempFile(TempFile && other);
+ TempFile(TempFile && other) noexcept;
/**
TempFile will be removed from disk in dtor if EnableKillingFile(true) was called before.