From c6c8de5a94bb0d96e9cde3859462dfb3f70812ff Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 24 Aug 2019 20:20:05 +0100 Subject: cid#1452761 Uncaught exception MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I58b94aa58bb96e69539e24d2ae53d6add6ad3593 Reviewed-on: https://gerrit.libreoffice.org/78068 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/editeng/brushitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng') 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; -- cgit