diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-24 20:20:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-25 11:30:22 +0200 |
commit | c6c8de5a94bb0d96e9cde3859462dfb3f70812ff (patch) | |
tree | 2b43c8a49c90dba99bad550a232a82dc31997027 /include/editeng/brushitem.hxx | |
parent | 36133d203baa93e0ac34f92543e6403489ee1378 (diff) |
cid#1452761 Uncaught exception
Change-Id: I58b94aa58bb96e69539e24d2ae53d6add6ad3593
Reviewed-on: https://gerrit.libreoffice.org/78068
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/editeng/brushitem.hxx')
-rw-r--r-- | include/editeng/brushitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/brushitem.hxx b/include/editeng/brushitem.hxx index 944b481d7973..3bc6327da9c8 100644 --- a/include/editeng/brushitem.hxx +++ b/include/editeng/brushitem.hxx @@ -69,7 +69,7 @@ public: SvxBrushItem( const OUString& rLink, const OUString& rFilter, SvxGraphicPosition ePos, sal_uInt16 nWhich ); SvxBrushItem( const SvxBrushItem& ); - SvxBrushItem(SvxBrushItem&&) noexcept; + SvxBrushItem(SvxBrushItem&&); virtual ~SvxBrushItem() override; |