summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/cfgitems.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-09 12:02:55 +0200
committerNoel Grandin <noel@peralex.com>2013-10-10 09:19:04 +0200
commit6b25dd2f914a7bdd4d39e21675fcedd049192b73 (patch)
treedf621ce971c31da7916392d40458a5c858130b54 /sw/source/ui/inc/cfgitems.hxx
parentconvert sw/source/ui/inc/d*.hxx from String to OUString (diff)
downloadcore-6b25dd2f914a7bdd4d39e21675fcedd049192b73.tar.gz
core-6b25dd2f914a7bdd4d39e21675fcedd049192b73.zip
convert sw/source/ui/inc/c*.hxx from String to OUString
Change-Id: I8b8c73a0ba9b1e40549c1832ed6ad5b630d4e620
Diffstat (limited to 'sw/source/ui/inc/cfgitems.hxx')
-rw-r--r--sw/source/ui/inc/cfgitems.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx
index e0a21c16115e..10729e8ea350 100644
--- a/sw/source/ui/inc/cfgitems.hxx
+++ b/sw/source/ui/inc/cfgitems.hxx
@@ -136,7 +136,7 @@ public:
virtual int operator==( const SfxPoolItem& ) const;
const OUString &GetFax() const { return sFaxName; }
- void SetFax( const String& rFax) { sFaxName = rFax; }
+ void SetFax( const OUString& rFax) { sFaxName = rFax; }
sal_Bool IsPrintProspect() const { return bPrintProspect; }