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 /sc | |
parent | 66f8bbc1b2e7397557d0d6434b90bc5af561acbd (diff) |
String to OUString.
Change-Id: I3a0eff8ca0c8b654a38ee2df1022ca162bcb67aa
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/unoobj/scdetect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx index 782d221daf80..45c4666cb3f7 100644 --- a/sc/source/ui/unoobj/scdetect.cxx +++ b/sc/source/ui/unoobj/scdetect.cxx @@ -379,7 +379,7 @@ static sal_Bool lcl_MayBeDBase( SvStream& rStream ) { try { - String aFilterName; + OUString aFilterName; if ( pFilter ) aFilterName = pFilter->GetName(); aTypeName = SfxFilter::GetTypeFromStorage( xStorage, pFilter ? pFilter->IsOwnTemplateFormat() : false, &aFilterName ); |