summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/vba/vbaworkbook.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-06-15 20:02:53 +0200
committerDaniel Rentz <dr@openoffice.org>2010-06-15 20:02:53 +0200
commit5624330c20ccbbcbbbc90631130e7d2f7a06d0bd (patch)
tree27308cb5a7f8c3eca0655d99c1fd654d8580de7a /sc/source/ui/vba/vbaworkbook.hxx
parentCWS-TOOLING: integrate CWS npower13_objectmodules (diff)
downloadcore-5624330c20ccbbcbbbc90631130e7d2f7a06d0bd.tar.gz
core-5624330c20ccbbcbbbc90631130e7d2f7a06d0bd.zip
mib16: contributed bugfixes and various new symbols in VBA compatibility implementation
Diffstat (limited to 'sc/source/ui/vba/vbaworkbook.hxx')
-rw-r--r--sc/source/ui/vba/vbaworkbook.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaworkbook.hxx b/sc/source/ui/vba/vbaworkbook.hxx
index 40234aca21d7..4aff58078403 100644
--- a/sc/source/ui/vba/vbaworkbook.hxx
+++ b/sc/source/ui/vba/vbaworkbook.hxx
@@ -71,7 +71,6 @@ public:
virtual void SAL_CALL SaveCopyAs( const rtl::OUString& Filename ) throw ( css::uno::RuntimeException);
// code name
virtual ::rtl::OUString SAL_CALL getCodeName() throw ( css::uno::RuntimeException);
- virtual void SAL_CALL setCodeName( const ::rtl::OUString& sGlobCodeName ) throw (css::uno::RuntimeException);
// XHelperInterface
virtual rtl::OUString& getServiceImplName();