diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 13:39:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 13:39:01 +0000 |
commit | 63af85c9215056cc3a77ad5c0fdcf953a26c41f5 (patch) | |
tree | 098188be489b1cfa41d46170e996f4b76dfae611 | |
parent | c0f3cb7b258171c36c8224e2d26e67adbc391bdf (diff) |
#i10000# 'Arguments' needed again.
-rw-r--r-- | embedserv/source/embed/intercept.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embedserv/source/embed/intercept.cxx b/embedserv/source/embed/intercept.cxx index 21c8c139394b..5f1d0baf91c9 100644 --- a/embedserv/source/embed/intercept.cxx +++ b/embedserv/source/embed/intercept.cxx @@ -4,9 +4,9 @@ * * $RCSfile: intercept.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2006-12-05 12:52:23 $ + * last change: $Author: rt $ $Date: 2006-12-05 14:39:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -193,7 +193,7 @@ void SAL_CALL Interceptor::dispatch( const util::URL& URL, const uno::Sequence< - beans::PropertyValue >& /*Arguments*/ ) + beans::PropertyValue >& Arguments ) throw (uno::RuntimeException) { ::rtl::Reference< EmbeddedDocumentInstanceAccess_Impl > xOleAccess; |