diff options
Diffstat (limited to 'sc/inc/shapeuno.hxx')
-rw-r--r-- | sc/inc/shapeuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/shapeuno.hxx b/sc/inc/shapeuno.hxx index 6fdf66a0dd9b..4182893ddf63 100644 --- a/sc/inc/shapeuno.hxx +++ b/sc/inc/shapeuno.hxx @@ -170,7 +170,7 @@ public: std::exception) SAL_OVERRIDE; // XComponent - virtual void SAL_CALL dispose(void) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; + virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; virtual void SAL_CALL addEventListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > & aListener) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; |