[ooo-build-commit] Branch 'ooo/master' - xmlsecurity/source

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Sep 22 17:25:20 PDT 2009


 xmlsecurity/source/helper/documentsignaturehelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9de2e6ec1258a11126a38bc5da5d31bbe274a8a1
Author: Release Engineers <releng at openoffice.org>
Date:   Tue Sep 22 09:26:22 2009 +0000

    #i10000# add missing namespace

diff --git a/xmlsecurity/source/helper/documentsignaturehelper.cxx b/xmlsecurity/source/helper/documentsignaturehelper.cxx
index 002a9e3..9d19b23 100644
--- a/xmlsecurity/source/helper/documentsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/documentsignaturehelper.cxx
@@ -342,7 +342,7 @@ SignatureStreamHelper DocumentSignatureHelper::OpenSignatureStream(
     catch(css::io::IOException& )
     {
         // Doesn't have to exist...
-        DBG_ASSERT( nOpenMode == embed::ElementModes::READ, "Error creating signature stream..." );
+        DBG_ASSERT( nOpenMode == css::embed::ElementModes::READ, "Error creating signature stream..." );
     }
 
     return aHelper;


More information about the ooo-build-commit mailing list