summaryrefslogtreecommitdiff
path: root/uui/source/logindlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-30 23:40:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-02 14:53:47 +0100
commit1b088c6e496b799ca9ddb0d6f7b98bcb5c132ecc (patch)
tree82233934338933862ebcc8135a5733d854acc26b /uui/source/logindlg.hxx
parent2658eeb1203833662aa99c4577d311474a5538a2 (diff)
pointer is always non-null
Diffstat (limited to 'uui/source/logindlg.hxx')
-rw-r--r--uui/source/logindlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/logindlg.hxx b/uui/source/logindlg.hxx
index 7ce8d5c21593..bd533f157a52 100644
--- a/uui/source/logindlg.hxx
+++ b/uui/source/logindlg.hxx
@@ -82,7 +82,7 @@ class LoginDialog : public ModalDialog
public:
LoginDialog( Window* pParent, sal_uInt16 nFlags,
- const String& rServer, const String* pRealm,
+ const rtl::OUString& rServer, const rtl::OUString &rRealm,
ResMgr * pResMgr );
virtual ~LoginDialog();