diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-14 11:40:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-17 10:46:27 +0100 |
commit | d5e15c6355e5bbf9ca87545f9ffb2f81b85d6d8d (patch) | |
tree | f29eb73e317bfd7b77731c828d73858238f52483 /sc | |
parent | 68ffb332f5717f9ef6af11497372becddaac7ef0 (diff) |
update unused code list
Change-Id: I4d6ad11fbe68420931e88defa20afbef290d4d24
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/vba/vbaworkbook.cxx | 11 | ||||
-rw-r--r-- | sc/source/ui/vba/vbaworkbook.hxx | 2 |
2 files changed, 0 insertions, 13 deletions
diff --git a/sc/source/ui/vba/vbaworkbook.cxx b/sc/source/ui/vba/vbaworkbook.cxx index 209facdef2b4..bccb701a7af2 100644 --- a/sc/source/ui/vba/vbaworkbook.cxx +++ b/sc/source/ui/vba/vbaworkbook.cxx @@ -190,17 +190,6 @@ ScVbaWorkbook::ScVbaWorkbook( uno::Sequence< uno::Any> const & args, init(); } -namespace -{ - class theScVbaWorkbookUnoTunnelId : public rtl::Static< UnoTunnelIdInit, theScVbaWorkbookUnoTunnelId > {}; -} - -const uno::Sequence<sal_Int8>& -ScVbaWorkbook::getUnoTunnelId() -{ - return theScVbaWorkbookUnoTunnelId::get().getSeq(); -} - uno::Reference< excel::XWorksheet > ScVbaWorkbook::getActiveSheet() throw (uno::RuntimeException) { 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); |