diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-28 10:39:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-28 11:50:15 +0100 |
commit | 31fc0b74425253589b2ac0dcecb9e8a2714954b4 (patch) | |
tree | cb19b41844fd1675d95ea0f29e9f7ec02cd3a629 /include/sfx2/passwd.hxx | |
parent | 1a05f14ba263bf47c5c5c8aee080ef28d5db2075 (diff) |
always call setDeferredProperties for dialog get/set title
Change-Id: I57f9cc8fbdb9d2a304c346e03893fa55d6a61bd5
Diffstat (limited to 'include/sfx2/passwd.hxx')
-rw-r--r-- | include/sfx2/passwd.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/passwd.hxx b/include/sfx2/passwd.hxx index 1f10c7416b98..b0efa7bc147c 100644 --- a/include/sfx2/passwd.hxx +++ b/include/sfx2/passwd.hxx @@ -73,7 +73,7 @@ private: void SetPasswdText(); public: - SfxPasswordDialog(Window* pParent, const String* pGroupText = NULL); + SfxPasswordDialog(Window* pParent, const OUString* pGroupText = NULL); String GetUser() const { |