summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellvaluebinding.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/cellvaluebinding.hxx')
-rw-r--r--sc/source/ui/unoobj/cellvaluebinding.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/cellvaluebinding.hxx b/sc/source/ui/unoobj/cellvaluebinding.hxx
index 4dffbbb11597..9a3c34b4a8c6 100644
--- a/sc/source/ui/unoobj/cellvaluebinding.hxx
+++ b/sc/source/ui/unoobj/cellvaluebinding.hxx
@@ -125,12 +125,9 @@ namespace calc
virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- void checkDisposed( ) const
- SAL_THROW( ( ::com::sun::star::lang::DisposedException ) );
- void checkValueType( const ::com::sun::star::uno::Type& _rType ) const
- SAL_THROW( ( ::com::sun::star::form::binding::IncompatibleTypesException ) );
- void checkInitialized()
- SAL_THROW( ( ::com::sun::star::uno::RuntimeException ) );
+ void checkDisposed( ) const;
+ void checkValueType( const ::com::sun::star::uno::Type& _rType ) const;
+ void checkInitialized();
/** notifies our modify listeners
@precond