summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype3.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-12-18 10:26:25 +0000
committerThomas Benisch <tbe@openoffice.org>2001-12-18 10:26:25 +0000
commit385a7859dc4b3bacfb4e97b2bd97b22753a96280 (patch)
treee802085f94d85fd107a6fac9e222b6f08026a6a0 /basctl/source/basicide/bastype3.cxx
parent1d2166daa484277c54858a2abad9e78c3f29ab1b (diff)
#86383# Basic libraries cannot be added
Diffstat (limited to 'basctl/source/basicide/bastype3.cxx')
-rw-r--r--basctl/source/basicide/bastype3.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx
index 6363efed0821..fa5b99ec4801 100644
--- a/basctl/source/basicide/bastype3.cxx
+++ b/basctl/source/basicide/bastype3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bastype3.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: tbe $ $Date: 2001-12-14 16:57:58 $
+ * last change: $Author: tbe $ $Date: 2001-12-18 11:26:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,7 +121,8 @@ void __EXPORT BasicTreeListBox::RequestingChilds( SvLBoxEntry* pEntry )
Reference< script::XLibraryContainerPassword > xPasswd( xModLibContainer, UNO_QUERY );
if ( xPasswd.is() && xPasswd->isLibraryPasswordProtected( aOULibName ) && !xPasswd->isLibraryPasswordVerified( aOULibName ) )
{
- bOK = QueryPassword( xModLibContainer, aLibName );
+ String aPassword;
+ bOK = QueryPassword( xModLibContainer, aLibName, aPassword );
}
}