Kaydet (Commit) 04caa8bb authored tarafından Noel Grandin's avatar Noel Grandin

convert sw/inc/swtblfmt.hxx from String to OUString

Change-Id: I00f7fdaa33bc8b5ede2e3a7f1d1d938b62cc0646
üst 1b26f79a
......@@ -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 )
{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment