summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fpinteraction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/fpinteraction.cxx')
-rw-r--r--fpicker/source/office/fpinteraction.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/office/fpinteraction.cxx b/fpicker/source/office/fpinteraction.cxx
index d82612c13a76..a991e3044529 100644
--- a/fpicker/source/office/fpinteraction.cxx
+++ b/fpicker/source/office/fpinteraction.cxx
@@ -66,13 +66,13 @@ namespace svt
for (sal_Int32 i=0; i<lConts.getLength(); ++i)
{
if (!xAbort.is())
- xAbort = Reference< XInteractionAbort >(pConts[i], UNO_QUERY);
+ xAbort.set(pConts[i], UNO_QUERY);
if (!xApprove.is())
- xApprove = Reference< XInteractionApprove >(pConts[i], UNO_QUERY);
+ xApprove.set(pConts[i], UNO_QUERY);
if (!xDisapprove.is())
- xDisapprove = Reference< XInteractionDisapprove >(pConts[i], UNO_QUERY);
+ xDisapprove.set(pConts[i], UNO_QUERY);
if (!xRetry.is())
- xRetry = Reference< XInteractionRetry >(pConts[i], UNO_QUERY);
+ xRetry.set(pConts[i], UNO_QUERY);
}
// safe the original request for later analyzing!