summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-14 13:20:53 +0200
committerNoel Grandin <noel@peralex.com>2013-10-15 12:25:48 +0200
commit4c943e5b826ede37b40a53e0cd086a8b98d0f7a8 (patch)
tree3cd8f0a42ccb0aa6954c88530f2e6ea0a54a9fb4 /sw/source/ui/inc
parentcb61b3c1b4495d0ebd5a5addf72fb63e86004166 (diff)
convert sw/source/ui/config/*.cxx from String to OUString
Change-Id: Ib985a8794c1d7b5991d2b768fd77d92804625ab9
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/optpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index f1801b49c138..d6e12d414950 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -128,7 +128,7 @@ public:
virtual sal_Bool FillItemSet( SfxItemSet& rSet );
virtual void Reset( const SfxItemSet& rSet );
- void SetFax( const std::vector<String>& );
+ void SetFax( const std::vector<OUString>& );
void SelectFax( const OUString& );
void SetPreview(sal_Bool bPrev);
virtual void PageCreated (SfxAllItemSet aSet);