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 /starmath | |
parent | 66f8bbc1b2e7397557d0d6434b90bc5af561acbd (diff) |
String to OUString.
Change-Id: I3a0eff8ca0c8b654a38ee2df1022ca162bcb67aa
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/smdetect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/smdetect.cxx b/starmath/source/smdetect.cxx index da11ce6ebcd6..96869425e7c2 100644 --- a/starmath/source/smdetect.cxx +++ b/starmath/source/smdetect.cxx @@ -224,7 +224,7 @@ SmFilterDetect::~SmFilterDetect() const SfxFilter* pFilter = aPreselectedFilterName.Len() ? SfxFilterMatcher().GetFilter4FilterName( aPreselectedFilterName ) : aTypeName.Len() ? SfxFilterMatcher(rtl::OUString("smath")).GetFilter4EA( aTypeName ) : 0; - String aTmpFilterName; + OUString aTmpFilterName; if ( pFilter ) aTmpFilterName = pFilter->GetName(); aTypeName = SfxFilter::GetTypeFromStorage( xStorage, pFilter ? pFilter->IsAllowedAsTemplate() : sal_False, &aTmpFilterName ); |