summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unowcntr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unowcntr.hxx')
-rw-r--r--sd/source/ui/unoidl/unowcntr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/unoidl/unowcntr.hxx b/sd/source/ui/unoidl/unowcntr.hxx
index 904424b407ce..a863f09291eb 100644
--- a/sd/source/ui/unoidl/unowcntr.hxx
+++ b/sd/source/ui/unoidl/unowcntr.hxx
@@ -30,11 +30,11 @@ private:
std::vector< css::uno::WeakReference< css::uno::XInterface > > maVector;
public:
- SvUnoWeakContainer() throw();
- ~SvUnoWeakContainer() throw();
+ SvUnoWeakContainer() noexcept;
+ ~SvUnoWeakContainer() noexcept;
/** inserts the given ref into this container */
- void insert( const css::uno::WeakReference< css::uno::XInterface >& xRef ) throw();
+ void insert( const css::uno::WeakReference< css::uno::XInterface >& xRef ) noexcept;
/** searches the container for a ref that returns true on the given
search function