summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldlg.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-12-13 17:29:39 +0000
committerThomas Benisch <tbe@openoffice.org>2001-12-13 17:29:39 +0000
commit6a68909370e9ce9a84daba16996a042eef31521d (patch)
tree6abdb34658619ba0fcb70f3231c71d74b06a66b2 /basctl/source/basicide/moduldlg.cxx
parentbef8d90c7e7cb9591da5fea645fb93f07458271e (diff)
#86383# Basic libraries cannot be added
Diffstat (limited to 'basctl/source/basicide/moduldlg.cxx')
-rw-r--r--basctl/source/basicide/moduldlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx
index b0e59a1addc8..04aaeb346309 100644
--- a/basctl/source/basicide/moduldlg.cxx
+++ b/basctl/source/basicide/moduldlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: moduldlg.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: tbe $ $Date: 2001-11-14 22:43:37 $
+ * last change: $Author: tbe $ $Date: 2001-12-13 18:29:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -846,7 +846,7 @@ StarBASIC* ObjectPage::GetSelectedBasic()
Reference< script::XLibraryContainerPassword > xPasswd( xModLibContainer, UNO_QUERY );
if ( xPasswd.is() && xPasswd->isLibraryPasswordProtected( aOULibName ) && !xPasswd->isLibraryPasswordVerified( aOULibName ) )
{
- bOK = QueryPassword( pShell, aLibName );
+ bOK = QueryPassword( xModLibContainer, aLibName );
}
// load library