summaryrefslogtreecommitdiff
path: root/include/svtools/filectrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-19 13:48:10 +0200
committerNoel Grandin <noel@peralex.com>2013-08-22 10:49:25 +0200
commit7df895abf5219332217cea25698a99eb7fd10143 (patch)
tree7270f143150ba51761f56742b8caaafc6dbf9604 /include/svtools/filectrl.hxx
parent2174567506a196f0d347967f72470839baf79249 (diff)
convert include/svtools/file*.hxx from String to OUString
Change-Id: Ie0e07c61caba1e15475900622c97e0f0426558d6
Diffstat (limited to 'include/svtools/filectrl.hxx')
-rw-r--r--include/svtools/filectrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/filectrl.hxx b/include/svtools/filectrl.hxx
index 5654f004f69c..838bcf807753 100644
--- a/include/svtools/filectrl.hxx
+++ b/include/svtools/filectrl.hxx
@@ -45,8 +45,8 @@ private:
Edit maEdit;
PushButton maButton;
- String maButtonText;
- sal_Bool mbOpenDlg;
+ OUString maButtonText;
+ sal_Bool mbOpenDlg;
Link maDialogCreatedHdl;