summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-11 00:28:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-11 12:06:24 +0100
commit1ed856c2653a029846f31f190ca837824c704cac (patch)
tree9f16849150e050e3fcb29c843fe9c6d0bf654563 /sw/source
parent41e055112ea778c7a45d6cc5f0ce32e44bdb031c (diff)
UniString->rtl::OUString
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/app/docstyle.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/app/docstyle.cxx b/sw/source/ui/app/docstyle.cxx
index 3937a43a672a..e7aea6ce0023 100644
--- a/sw/source/ui/app/docstyle.cxx
+++ b/sw/source/ui/app/docstyle.cxx
@@ -311,8 +311,8 @@ const SwNumRule* lcl_FindNumRule( SwDoc& rDoc,
}
-sal_uInt16 lcl_FindName( const SwPoolFmtList& rLst, SfxStyleFamily eFam,
- const String& rName )
+sal_uInt16 lcl_FindName(const SwPoolFmtList& rLst, SfxStyleFamily eFam,
+ const rtl::OUString& rName)
{
if(!rLst.empty())
{
@@ -2762,7 +2762,7 @@ SfxStyleSheetBase* SwStyleSheetIterator::Next()
return 0;
}
-SfxStyleSheetBase* SwStyleSheetIterator::Find( const UniString& rName )
+SfxStyleSheetBase* SwStyleSheetIterator::Find(const rtl::OUString& rName)
{
// searching
if( !bFirstCalled )