summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-28 06:48:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-28 10:56:59 +0000
commitf7aaf5c42ebe980a86abc799bffc7d504c9a1be4 (patch)
tree03f1e6389cbbba39a4476a3db19d2f1526dfb814 /sw
parent34d71c5a08639f6255704be0d4a7df2b6cf6c13f (diff)
convert some low hanging fruit
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/charfmt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/charfmt.hxx b/sw/inc/charfmt.hxx
index f40029d7290b..4b564d7c98f8 100644
--- a/sw/inc/charfmt.hxx
+++ b/sw/inc/charfmt.hxx
@@ -39,7 +39,7 @@ class SW_DLLPUBLIC SwCharFmt : public SwFmt
SwCharFmt *pDerivedFrom )
: SwFmt( rPool, pFmtName, aCharFmtSetRange, pDerivedFrom, RES_CHRFMT )
{}
- SwCharFmt( SwAttrPool& rPool, const String &rFmtName,
+ SwCharFmt( SwAttrPool& rPool, const rtl::OUString &rFmtName,
SwCharFmt *pDerivedFrom )
: SwFmt( rPool, rFmtName, aCharFmtSetRange, pDerivedFrom, RES_CHRFMT )
{}