diff options
Diffstat (limited to 'sc/source/ui/vba/vbaworkbook.hxx')
-rw-r--r-- | sc/source/ui/vba/vbaworkbook.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbaworkbook.hxx b/sc/source/ui/vba/vbaworkbook.hxx index 063d7c3e139d..7d32decd2f9f 100644 --- a/sc/source/ui/vba/vbaworkbook.hxx +++ b/sc/source/ui/vba/vbaworkbook.hxx @@ -50,8 +50,6 @@ public: ScVbaWorkbook( css::uno::Sequence< css::uno::Any > const& aArgs, css::uno::Reference< css::uno::XComponentContext >const& xContext ); virtual ~ScVbaWorkbook() {} - static const com::sun::star::uno::Sequence<sal_Int8>& getUnoTunnelId(); - // Attributes virtual ::sal_Bool SAL_CALL getProtectStructure() throw (css::uno::RuntimeException); virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getActiveSheet() throw (css::uno::RuntimeException); |