diff options
Diffstat (limited to 'svx/source/form/filtnav.cxx')
-rw-r--r-- | svx/source/form/filtnav.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index a8d8aa2b4e10..3987b458315e 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -250,6 +250,7 @@ public: virtual void SAL_CALL disjunctiveTermAdded( const FilterEvent& Event ) throw (RuntimeException, std::exception) override; // helpers + /// @throws RuntimeException void dispose() throw( RuntimeException ); void AddOrRemoveListener( const Reference< XIndexAccess >& _rxControllers, const bool _bAdd ); |