diff options
author | Malte Timmermann <mt@openoffice.org> | 2004-07-22 04:54:33 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2004-07-22 04:54:33 +0000 |
commit | 2a18c9245d70f230730561d06aa69176e225c294 (patch) | |
tree | 7312584503dbe6380ac9cf7316c9506260b254f7 /xmlsecurity/source | |
parent | 61dd1203a50927a532baf8d0cb3573386395d2ab (diff) |
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r-- | xmlsecurity/source/helper/documentsignaturehelper.cxx | 6 |
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 ); } } } |