diff options
Diffstat (limited to 'sfx2/inc/sfx2/fcontnr.hxx')
-rw-r--r-- | sfx2/inc/sfx2/fcontnr.hxx | 2 |
1 files changed, 1 insertions, 1 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(); |