summaryrefslogtreecommitdiff
path: root/uui/source/passwordcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/passwordcontainer.hxx')
-rw-r--r--uui/source/passwordcontainer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/passwordcontainer.hxx b/uui/source/passwordcontainer.hxx
index a755fc5115ec..31434a3f0da1 100644
--- a/uui/source/passwordcontainer.hxx
+++ b/uui/source/passwordcontainer.hxx
@@ -25,7 +25,7 @@
#include "com/sun/star/lang/XServiceInfo.hpp"
#include "com/sun/star/lang/XSingleServiceFactory.hpp"
#include "com/sun/star/task/XInteractionHandler.hpp"
-#include "com/sun/star/task/XPasswordContainer.hpp"
+#include "com/sun/star/task/XPasswordContainer2.hpp"
namespace com {
namespace sun {
@@ -133,7 +133,7 @@ public:
private:
com::sun::star::uno::Reference<
- com::sun::star::task::XPasswordContainer > m_xPasswordContainer;
+ com::sun::star::task::XPasswordContainer2 > m_xPasswordContainer;
};
// ============================================================================