diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-10 14:36:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-15 12:25:35 +0200 |
commit | 823cc23f1ba29c6956f47d104a8cf63fd5d48e7d (patch) | |
tree | e3d1995e0b21acac4cd386b06c15ede10ab55d6b | |
parent | 35d48a5a6db48b4e8d54b91f39f39825f452c194 (diff) |
convert sw/inc/paratr.hxx from String to OUString
Change-Id: I9733709eb9b8862407470d0e407e329acab584f6
-rw-r--r-- | sw/inc/paratr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx index feb01207eaa0..69384cc875ff 100644 --- a/sw/inc/paratr.hxx +++ b/sw/inc/paratr.hxx @@ -137,7 +137,7 @@ public: SwNumRuleItem() : SfxStringItem( RES_PARATR_NUMRULE, aEmptyStr ) {} - SwNumRuleItem( const String& rRuleName ) + SwNumRuleItem( const OUString& rRuleName ) : SfxStringItem( RES_PARATR_NUMRULE, rRuleName ) {} SwNumRuleItem( const SwNumRuleItem& rCpy ) |