summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unopback.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unopback.hxx')
-rw-r--r--sd/source/ui/unoidl/unopback.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unopback.hxx b/sd/source/ui/unoidl/unopback.hxx
index 4713de8bffc0..cf7bc235773c 100644
--- a/sd/source/ui/unoidl/unopback.hxx
+++ b/sd/source/ui/unoidl/unopback.hxx
@@ -51,10 +51,10 @@ class SdUnoPageBackground final : public ::cppu::WeakImplHelper<
std::unique_ptr<SfxItemSet> mpSet;
SdrModel* mpDoc;
- const SfxItemPropertyMapEntry* getPropertyMapEntry( std::u16string_view rPropertyName ) const throw();
+ const SfxItemPropertyMapEntry* getPropertyMapEntry( std::u16string_view rPropertyName ) const noexcept;
public:
SdUnoPageBackground( SdDrawDocument* pDoc = nullptr, const SfxItemSet* pSet = nullptr);
- virtual ~SdUnoPageBackground() throw() override;
+ virtual ~SdUnoPageBackground() noexcept override;
// internal
void fillItemSet( SdDrawDocument* pDoc, SfxItemSet& rSet );