summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-07 09:07:51 +0200
committerNoel Grandin <noel@peralex.com>2013-08-12 11:56:45 +0200
commit697c37fefd3444e93c380e419f8d4ee3a377e8b1 (patch)
tree3be4c24a2347c7982b38351f1990d0fc1610195c /vcl/inc
parent869823461007c8711181470c11ca713dbbd82211 (diff)
convert vcl/inc/printdlg.hxx from String to OUString
Change-Id: Ib12fc400afe0974a5af37298e77e3816c17e5387
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/printdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/printdlg.hxx b/vcl/inc/printdlg.hxx
index 82476e7536e5..618e2f9d936a 100644
--- a/vcl/inc/printdlg.hxx
+++ b/vcl/inc/printdlg.hxx
@@ -270,7 +270,7 @@ namespace vcl
class PrintProgressDialog : public ModelessDialog
{
- String maStr;
+ OUString maStr;
FixedText maText;
CancelButton maButton;