diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-18 10:52:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-18 22:33:39 +0200 |
commit | 8f963098ad2106472f5aca10b23a374f03523597 (patch) | |
tree | 31d79429556e1ef8d411bb62948c2702768d8a30 /sd | |
parent | e48e2bb90748bb2d63dfd70d05ab8b463fb9bcd2 (diff) |
cid#1448395 Uncaught exception
Change-Id: I7478aa8a971e834efee0effd998c68cb85368892
Reviewed-on: https://gerrit.libreoffice.org/75885
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/unoidl/unopback.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unopback.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unopback.cxx b/sd/source/ui/unoidl/unopback.cxx index 09fd1309a2a6..459bdb42de71 100644 --- a/sd/source/ui/unoidl/unopback.cxx +++ b/sd/source/ui/unoidl/unopback.cxx @@ -88,7 +88,7 @@ void SdUnoPageBackground::Notify( SfxBroadcaster&, const SfxHint& rHint ) } } -void SdUnoPageBackground::fillItemSet( SdDrawDocument* pDoc, SfxItemSet& rSet ) throw() +void SdUnoPageBackground::fillItemSet( SdDrawDocument* pDoc, SfxItemSet& rSet ) { rSet.ClearItem(); diff --git a/sd/source/ui/unoidl/unopback.hxx b/sd/source/ui/unoidl/unopback.hxx index fc549c29e20b..d0fda4567ed3 100644 --- a/sd/source/ui/unoidl/unopback.hxx +++ b/sd/source/ui/unoidl/unopback.hxx @@ -58,7 +58,7 @@ public: virtual ~SdUnoPageBackground() throw() override; // internal - void fillItemSet( SdDrawDocument* pDoc, SfxItemSet& rSet ) throw(); + void fillItemSet( SdDrawDocument* pDoc, SfxItemSet& rSet ); virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override; // uno helper |