[Libreoffice-commits] core.git: sd/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 18 20:35:00 UTC 2019
sd/source/ui/unoidl/unopback.cxx | 2 +-
sd/source/ui/unoidl/unopback.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8f963098ad2106472f5aca10b23a374f03523597
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jul 18 10:52:58 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jul 18 22:33:39 2019 +0200
cid#1448395 Uncaught exception
Change-Id: I7478aa8a971e834efee0effd998c68cb85368892
Reviewed-on: https://gerrit.libreoffice.org/75885
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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
More information about the Libreoffice-commits
mailing list