diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-08-15 21:13:04 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-17 12:53:04 +0000 |
commit | 3b82a237ff0d31574fca5fbf9a9ce6482afa596b (patch) | |
tree | 827dfa15229208d95bf540ae6716b29a29512400 /sw/inc/editsh.hxx | |
parent | 9a39102cee15d0855ae141b08cd785beebee06a0 (diff) |
String to OUString
Change-Id: I0c4a87e49097c3fa1de46f6aff337c2fbaa63718
Reviewed-on: https://gerrit.libreoffice.org/5443
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index e45b4e9a54c9..4247e90bd27d 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -840,7 +840,7 @@ public: sal_Bool bChkHidden = sal_False, sal_Bool BChkTOX = sal_False ) const; - String GetUniqueSectionName( const String* pChkStr = 0 ) const; + OUString GetUniqueSectionName( const OUString* pChkStr = 0 ) const; /// Set attributes. void SetSectionAttr(const SfxItemSet& rSet, SwSectionFmt* pSectFmt = 0); |