summaryrefslogtreecommitdiff
path: root/include/vcl/abstdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-06 16:16:11 +0200
committerNoel Grandin <noel@peralex.com>2013-08-12 11:56:44 +0200
commitf9f8f21fda1b1978eb23eb366b6e0955aaacc395 (patch)
tree24f0aea4a097947f7a8d9462303169d6c41dba2f /include/vcl/abstdlg.hxx
parented55bea114561e3fbcbd472964527ccddcb34af2 (diff)
convert vcl/abstdlg.hxx from String to OUString
Change-Id: I5c3066d458aab78ccadd14c35bdd91361dad81bf
Diffstat (limited to 'include/vcl/abstdlg.hxx')
-rw-r--r--include/vcl/abstdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/abstdlg.hxx b/include/vcl/abstdlg.hxx
index 5f92c74d5c08..d6725202b6e1 100644
--- a/include/vcl/abstdlg.hxx
+++ b/include/vcl/abstdlg.hxx
@@ -59,9 +59,9 @@ public:
class VCL_DLLPUBLIC AbstractPasswordToOpenModifyDialog : public VclAbstractDialog
{
public:
- virtual String GetPasswordToOpen() const = 0;
- virtual String GetPasswordToModify() const = 0;
- virtual bool IsRecommendToOpenReadonly() const = 0;
+ virtual OUString GetPasswordToOpen() const = 0;
+ virtual OUString GetPasswordToModify() const = 0;
+ virtual bool IsRecommendToOpenReadonly() const = 0;
};
//-------------------------------------------------------------