From 2a18c9245d70f230730561d06aa69176e225c294 Mon Sep 17 00:00:00 2001 From: Malte Timmermann Date: Thu, 22 Jul 2004 04:54:33 +0000 Subject: #i21596# Digital Signatures... --- xmlsecurity/source/helper/documentsignaturehelper.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmlsecurity/source') 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 ); } } } -- cgit