summaryrefslogtreecommitdiff
path: root/include/basic/vbahelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/vbahelper.hxx')
-rw-r--r--include/basic/vbahelper.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/basic/vbahelper.hxx b/include/basic/vbahelper.hxx
index d6773bb01831..ce0d689e730e 100644
--- a/include/basic/vbahelper.hxx
+++ b/include/basic/vbahelper.hxx
@@ -32,7 +32,6 @@ namespace vba {
*/
-
/** Locks or unlocks the controllers of all documents that have the same type
as the specified document.
@@ -52,7 +51,6 @@ BASIC_DLLPUBLIC void lockControllersOfAllDocuments(
bool bLockControllers );
-
/** Enables or disables the container windows of all controllers of all
documents that have the same type as the specified document.
@@ -73,7 +71,6 @@ BASIC_DLLPUBLIC void enableContainerWindowsOfAllDocuments(
bool bEnableWindows );
-
/** Registers the passed path as working directory for the application the
passed document belongs to.
@@ -89,7 +86,6 @@ BASIC_DLLPUBLIC void registerCurrentDirectory(
const OUString& rPath );
-
} // namespace vba
} // namespace basic