summaryrefslogtreecommitdiff
path: root/uui/source/masterpassworddlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-17 16:01:54 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-11-18 06:50:54 +0000
commit319c9b90048d894f16236917a509d770a734e0dc (patch)
tree3724d417cd15e7fe1033a82f0e22aaf237f486ce /uui/source/masterpassworddlg.hxx
parent7f5c879310ce5add04a7f5d84c9a55e9ffbb5855 (diff)
com::sun::star->css in uui/
Change-Id: I1be458bd5f22014f4720583ff87cf8aad4a07dc8 Reviewed-on: https://gerrit.libreoffice.org/20021 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'uui/source/masterpassworddlg.hxx')
-rw-r--r--uui/source/masterpassworddlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/masterpassworddlg.hxx b/uui/source/masterpassworddlg.hxx
index ccc1d602def2..bff1996c1ed0 100644
--- a/uui/source/masterpassworddlg.hxx
+++ b/uui/source/masterpassworddlg.hxx
@@ -36,15 +36,15 @@ class MasterPasswordDialog : public ModalDialog
DECL_LINK_TYPED(OKHdl_Impl, Button*, void);
public:
- MasterPasswordDialog( vcl::Window* pParent, ::com::sun::star::task::PasswordRequestMode nDlgMode, ResMgr * pResMgr );
+ MasterPasswordDialog( vcl::Window* pParent, css::task::PasswordRequestMode nDlgMode, ResMgr * pResMgr );
virtual ~MasterPasswordDialog();
virtual void dispose() override;
OUString GetMasterPassword() const { return m_pEDMasterPassword->GetText(); }
private:
- ::com::sun::star::task::PasswordRequestMode nDialogMode;
- ResMgr* pResourceMgr;
+ css::task::PasswordRequestMode nDialogMode;
+ ResMgr* pResourceMgr;
};
#endif // INCLUDED_UUI_SOURCE_MASTERPASSWORDDLG_HXX