summaryrefslogtreecommitdiffstats
path: root/include/editeng/brushitem.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-24 20:20:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-25 11:30:22 +0200
commitc6c8de5a94bb0d96e9cde3859462dfb3f70812ff (patch)
tree2b43c8a49c90dba99bad550a232a82dc31997027 /include/editeng/brushitem.hxx
parentcid#1242793 Untrusted value as argument (diff)
downloadcore-c6c8de5a94bb0d96e9cde3859462dfb3f70812ff.tar.gz
core-c6c8de5a94bb0d96e9cde3859462dfb3f70812ff.zip
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.hxx2
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;