summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-05 23:56:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-06 11:21:06 +0000
commitfdfd5c111de740456bc03df727b9c74a617237fc (patch)
tree60e923653b82ef503e35f7e8ee87aecc2964c7ce /sfx2
parent8c34306b355d34488cc15889d55c6c7f0eff4f4b (diff)
String->OUString
Change-Id: I42193a40a0b5b905a721cb511d69836385bfcb40
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/fcontnr.hxx2
-rw-r--r--sfx2/source/bastyp/fltfnc.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/fcontnr.hxx b/sfx2/inc/sfx2/fcontnr.hxx
index 37a5777a2780..b2eb214f2cda 100644
--- a/sfx2/inc/sfx2/fcontnr.hxx
+++ b/sfx2/inc/sfx2/fcontnr.hxx
@@ -108,7 +108,7 @@ class SFX2_DLLPUBLIC SfxFilterMatcher : private boost::noncopyable
friend class SfxFilterMatcherIter;
SfxFilterMatcher_Impl &m_rImpl;
public:
- SfxFilterMatcher( const String& rFact );
+ SfxFilterMatcher( const OUString& rFact );
SfxFilterMatcher();
~SfxFilterMatcher();
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index 3bd1f58bad25..796ae0158c0f 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -297,7 +297,7 @@ namespace
}
}
-SfxFilterMatcher::SfxFilterMatcher( const String& rName )
+SfxFilterMatcher::SfxFilterMatcher( const OUString& rName )
: m_rImpl( getSfxFilterMatcher_Impl(rName) )
{
++nSfxFilterMatcherCount;