From 88df09f2ec12c3956032eb1477c0a8350606f146 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 17 Jan 2017 15:48:46 +0000 Subject: we can use XInteractionAbort instead of AbortContinuation Change-Id: I7b3a6e0dc4dba345ee9581f4743a3b4fd9f7d736 --- include/comphelper/docpasswordrequest.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/comphelper/docpasswordrequest.hxx b/include/comphelper/docpasswordrequest.hxx index f5657a4b4ad9..7891a148ed48 100644 --- a/include/comphelper/docpasswordrequest.hxx +++ b/include/comphelper/docpasswordrequest.hxx @@ -22,13 +22,13 @@ #include #include +#include #include #include #include namespace comphelper { -class AbortContinuation; class PasswordContinuation; @@ -58,7 +58,7 @@ private: private: css::uno::Any maRequest; - rtl::Reference mxAbort; + css::uno::Reference mxAbort; rtl::Reference mxPassword; }; @@ -91,7 +91,7 @@ private: private: css::uno::Any maRequest; - rtl::Reference mxAbort; + css::uno::Reference mxAbort; rtl::Reference mxPassword; }; -- cgit