From b879adc316d6628fad7be35e758052860171bcf2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Sep 2013 12:18:11 +0200 Subject: convert UUI module from String to OUString Change-Id: I0dfcdb0b95112b5ee18b05d0c496059292be65c4 --- uui/source/passworddlg.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uui/source/passworddlg.hxx') diff --git a/uui/source/passworddlg.hxx b/uui/source/passworddlg.hxx index 5646016e8ecd..69d4990c2bd8 100644 --- a/uui/source/passworddlg.hxx +++ b/uui/source/passworddlg.hxx @@ -40,8 +40,8 @@ class PasswordDialog : public ModalDialog CancelButton aCancelBtn; HelpButton aHelpBtn; FixedLine aFixedLine1; - sal_uInt16 nMinLen; - String aPasswdMismatch; + sal_uInt16 nMinLen; + OUString aPasswdMismatch; DECL_LINK(OKHdl_Impl, void *); @@ -51,7 +51,7 @@ public: bool bOpenToModify = false, bool bIsSimplePasswordRequest = false ); void SetMinLen( sal_uInt16 nMin ) { nMinLen = nMin; } - String GetPassword() const { return aEDPassword.GetText(); } + OUString GetPassword() const { return aEDPassword.GetText(); } private: ::com::sun::star::task::PasswordRequestMode nDialogMode; -- cgit v1.2.3