summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-09 09:57:41 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-09 09:57:41 +0000
commit2fa9e62ce543dd42661bc742be46576cc175a9f2 (patch)
tree3cb46c5e3de33515bd2bab3d19c40cd91b376823 /basic
parenta61ed23fa12c51e3aac8f7d77ffb7d374f8bba15 (diff)
#i10000# avoid warning
Diffstat (limited to 'basic')
-rw-r--r--basic/source/uno/scriptcont.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx
index d7957a8cc18b..0930bdb57af0 100644
--- a/basic/source/uno/scriptcont.cxx
+++ b/basic/source/uno/scriptcont.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: scriptcont.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2006-11-08 11:54:56 $
+ * last change: $Author: kz $ $Date: 2006-11-09 10:57:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -742,7 +742,7 @@ sal_Bool SfxScriptLibraryContainer::implStorePasswordLibrary( SfxLibrary* pLib,
throw uno::RuntimeException();
xEncr->setEncryptionPassword( pLib->maPassword );
}
- catch( ::com::sun::star::packages::WrongPasswordException& e )
+ catch( ::com::sun::star::packages::WrongPasswordException& )
{
xSourceStream = xElementRootStorage->openEncryptedStreamElement(
aSourceStreamName,