diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-04 19:14:23 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-04 19:53:51 -0500 |
commit | 4deddf208436f4b76b228045c0c9dccaa44f0618 (patch) | |
tree | b16c1fa5bf3416dcbd29583ea7ea50a67a3561b2 /sw/source | |
parent | 66f8bbc1b2e7397557d0d6434b90bc5af561acbd (diff) |
String to OUString.
Change-Id: I3a0eff8ca0c8b654a38ee2df1022ca162bcb67aa
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/uno/swdetect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uno/swdetect.cxx b/sw/source/ui/uno/swdetect.cxx index ba8fd2e15af2..74cbcf071809 100644 --- a/sw/source/ui/uno/swdetect.cxx +++ b/sw/source/ui/uno/swdetect.cxx @@ -231,7 +231,7 @@ SwFilterDetect::~SwFilterDetect() SfxFilterMatcher(rtl::OUString("swriter")).GetFilter4EA( aTypeName ) : 0; if (!pPreFilter) pPreFilter = SfxFilterMatcher(rtl::OUString("sweb")).GetFilter4EA( aTypeName ); - String aFilterName; + OUString aFilterName; if ( pPreFilter ) { aFilterName = pPreFilter->GetName(); |