summaryrefslogtreecommitdiff
path: root/include/comphelper/stillreadwriteinteraction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/stillreadwriteinteraction.hxx')
-rw-r--r--include/comphelper/stillreadwriteinteraction.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/stillreadwriteinteraction.hxx b/include/comphelper/stillreadwriteinteraction.hxx
index ec68f7ff155f..95d9bb5ed187 100644
--- a/include/comphelper/stillreadwriteinteraction.hxx
+++ b/include/comphelper/stillreadwriteinteraction.hxx
@@ -40,18 +40,18 @@ private:
bool m_bHandledByInternalHandler;
public:
- StillReadWriteInteraction(const com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler >& xHandler,
- const com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler >& xAuthenticationHandler);
+ StillReadWriteInteraction(const css::uno::Reference< css::task::XInteractionHandler >& xHandler,
+ const css::uno::Reference< css::task::XInteractionHandler >& xAuthenticationHandler);
void resetInterceptions();
void resetErrorStates();
bool wasWriteError() { return (m_bUsed && m_bHandledByMySelf);}
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > m_xAuthenticationHandler;
+ css::uno::Reference< css::task::XInteractionHandler > m_xAuthenticationHandler;
virtual ucbhelper::InterceptedInteraction::EInterceptionState intercepted(const ::ucbhelper::InterceptedInteraction::InterceptedRequest& aRequest,
- const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionRequest >& xRequest) override;
+ const css::uno::Reference< css::task::XInteractionRequest >& xRequest) override;
};
}