summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-18 14:33:25 +0200
committerNoel Grandin <noel@peralex.com>2013-09-19 10:54:44 +0200
commit04caa8bb956e8366f96acfaa9d0c271083978812 (patch)
treeda921325a739e1035d389c9f78abe149a504a63c /sw
parent1b26f79af3f7c1baf06bcdacf4c09f5dbfd10be7 (diff)
convert sw/inc/swtblfmt.hxx from String to OUString
Change-Id: I00f7fdaa33bc8b5ede2e3a7f1d1d938b62cc0646
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/swtblfmt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swtblfmt.hxx b/sw/inc/swtblfmt.hxx
index a54faa49ee0d..26ea0d875bb7 100644
--- a/sw/inc/swtblfmt.hxx
+++ b/sw/inc/swtblfmt.hxx
@@ -32,7 +32,7 @@ protected:
SwFrmFmt *pDrvdFrm )
: SwFrmFmt( rPool, pFmtNm, pDrvdFrm, RES_FRMFMT, aTableSetRange )
{}
- SwTableFmt( SwAttrPool& rPool, const String &rFmtNm,
+ SwTableFmt( SwAttrPool& rPool, const OUString &rFmtNm,
SwFrmFmt *pDrvdFrm )
: SwFrmFmt( rPool, rFmtNm, pDrvdFrm, RES_FRMFMT, aTableSetRange )
{}
@@ -53,7 +53,7 @@ protected:
SwFrmFmt *pDrvdFrm )
: SwFrmFmt( rPool, pFmtNm, pDrvdFrm, RES_FRMFMT, aTableLineSetRange )
{}
- SwTableLineFmt( SwAttrPool& rPool, const String &rFmtNm,
+ SwTableLineFmt( SwAttrPool& rPool, const OUString &rFmtNm,
SwFrmFmt *pDrvdFrm )
: SwFrmFmt( rPool, rFmtNm, pDrvdFrm, RES_FRMFMT, aTableLineSetRange )
{}
@@ -73,7 +73,7 @@ protected:
SwFrmFmt *pDrvdFrm )
: SwFrmFmt( rPool, pFmtNm, pDrvdFrm, RES_FRMFMT, aTableBoxSetRange )
{}
- SwTableBoxFmt( SwAttrPool& rPool, const String &rFmtNm,
+ SwTableBoxFmt( SwAttrPool& rPool, const OUString &rFmtNm,
SwFrmFmt *pDrvdFrm )
: SwFrmFmt( rPool, rFmtNm, pDrvdFrm, RES_FRMFMT, aTableBoxSetRange )
{}