summaryrefslogtreecommitdiffstats
path: root/basic/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-10 09:35:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-10 10:09:29 +0000
commit629cd5caadc6dced0d0f6b48368c5b6e55ea757e (patch)
tree1a50fcad22766893fa74c56907444cc5f4815d4a /basic/inc
parentreduce DragMode foo (diff)
downloadcore-629cd5caadc6dced0d0f6b48368c5b6e55ea757e.tar.gz
core-629cd5caadc6dced0d0f6b48368c5b6e55ea757e.zip
callcatcher: update list
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/basic/vbahelper.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/basic/inc/basic/vbahelper.hxx b/basic/inc/basic/vbahelper.hxx
index 26ec1184916c..4655897e400d 100644
--- a/basic/inc/basic/vbahelper.hxx
+++ b/basic/inc/basic/vbahelper.hxx
@@ -43,21 +43,6 @@ namespace vba {
// ============================================================================
-/** Creates and returns an enumeration of all open documents of the same type
- as the specified document.
-
- First, the global module manager (com.sun.star.frame.ModuleManager) is
- asked for the type of the passed model, and all open documents with the
- same type will be stored in an enumeration object.
-
- @param rxModel
- A document model determining the type of the documents.
- */
-BASIC_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > createDocumentsEnumeration(
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel );
-
-// ============================================================================
-
/** Locks or unlocks the controllers of all documents that have the same type
as the specified document.