summaryrefslogtreecommitdiff
path: root/uui/source/passworddlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/passworddlg.hxx')
-rw-r--r--uui/source/passworddlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/passworddlg.hxx b/uui/source/passworddlg.hxx
index ffc99a5e64e6..6dfaed4fec8e 100644
--- a/uui/source/passworddlg.hxx
+++ b/uui/source/passworddlg.hxx
@@ -44,7 +44,7 @@ class PasswordDialog : public ModalDialog
DECL_LINK_TYPED(OKHdl_Impl, Button*, void);
public:
- PasswordDialog( vcl::Window* pParent, ::com::sun::star::task::PasswordRequestMode nDlgMode, ResMgr * pResMgr, const OUString& aDocURL,
+ PasswordDialog( vcl::Window* pParent, css::task::PasswordRequestMode nDlgMode, ResMgr * pResMgr, const OUString& aDocURL,
bool bOpenToModify = false, bool bIsSimplePasswordRequest = false );
virtual ~PasswordDialog();
virtual void dispose() override;
@@ -53,8 +53,8 @@ public:
OUString GetPassword() const { return m_pEDPassword->GetText(); }
private:
- ::com::sun::star::task::PasswordRequestMode nDialogMode;
- ResMgr* pResourceMgr;
+ css::task::PasswordRequestMode nDialogMode;
+ ResMgr* pResourceMgr;
};
#endif // INCLUDED_UUI_SOURCE_PASSWORDDLG_HXX