diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-10 09:35:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-10 10:09:29 +0000 |
commit | 629cd5caadc6dced0d0f6b48368c5b6e55ea757e (patch) | |
tree | 1a50fcad22766893fa74c56907444cc5f4815d4a /basic/source/basmgr/vbahelper.cxx | |
parent | 84479bc5ab3a185abb57c39d0a0a7a8c763b5875 (diff) |
callcatcher: update list
Diffstat (limited to 'basic/source/basmgr/vbahelper.cxx')
-rw-r--r-- | basic/source/basmgr/vbahelper.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/basic/source/basmgr/vbahelper.cxx b/basic/source/basmgr/vbahelper.cxx index f581a90b613e..16e7222c28d1 100644 --- a/basic/source/basmgr/vbahelper.cxx +++ b/basic/source/basmgr/vbahelper.cxx @@ -200,13 +200,6 @@ struct StaticCurrDirPool : public ::rtl::Static< CurrDirPool, StaticCurrDirPool // ============================================================================ -uno::Reference< container::XEnumeration > createDocumentsEnumeration( const uno::Reference< frame::XModel >& rxModel ) -{ - return new DocumentsEnumeration( rxModel ); -} - -// ============================================================================ - void lockControllersOfAllDocuments( const uno::Reference< frame::XModel >& rxModel, sal_Bool bLockControllers ) { lclIterateDocuments( &lclLockControllers, rxModel, bLockControllers ); |