summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2004-07-22 04:54:33 +0000
committerMalte Timmermann <mt@openoffice.org>2004-07-22 04:54:33 +0000
commit2a18c9245d70f230730561d06aa69176e225c294 (patch)
tree7312584503dbe6380ac9cf7316c9506260b254f7 /xmlsecurity/source
parent61dd1203a50927a532baf8d0cb3573386395d2ab (diff)
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/helper/documentsignaturehelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/helper/documentsignaturehelper.cxx b/xmlsecurity/source/helper/documentsignaturehelper.cxx
index 931162e7fcb0..380c28ac9bab 100644
--- a/xmlsecurity/source/helper/documentsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/documentsignaturehelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: documentsignaturehelper.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mt $ $Date: 2004-07-14 11:06:31 $
+ * last change: $Author: mt $ $Date: 2004-07-22 05:54:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,7 @@ void ImplFillElementList( std::vector< rtl::OUString >& rList, const uno::Refere
{
uno::Reference < embed::XStorage > xSubStore = rxStore->openStorageElement( pNames[n], embed::ElementModes::READ );
rtl::OUString aFullRootName( rRootStorageName + pNames[n] + aSep );
- ImplFillElementList( rList, rxStore, aFullRootName, bRecursive );
+ ImplFillElementList( rList, xSubStore, aFullRootName, bRecursive );
}
}
}