summaryrefslogtreecommitdiff
path: root/sd/source/filter/sdpptwrp.cxx
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-09-08 17:53:08 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-09-14 20:03:04 +0400
commitcc750edbd7b80e570e307522392dbb2a8c0065cc (patch)
tree5f52bc53b90be1a655c812cd3d6dec275ef7a291 /sd/source/filter/sdpptwrp.cxx
parentce0ce2413d206908d60fa38c905f9da06f50be59 (diff)
String->OUString
Change-Id: Id1f2035979ab567020aa51e0368d3e77c4db007e
Diffstat (limited to 'sd/source/filter/sdpptwrp.cxx')
-rw-r--r--sd/source/filter/sdpptwrp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/sdpptwrp.cxx b/sd/source/filter/sdpptwrp.cxx
index f70b12a31764..784bb0bd52a4 100644
--- a/sd/source/filter/sdpptwrp.cxx
+++ b/sd/source/filter/sdpptwrp.cxx
@@ -90,7 +90,7 @@ sal_Bool SdPPTFilter::Import()
/* check if there is a dualstorage, then the
document is propably a PPT95 containing PPT97 */
SvStorageRef xDualStorage;
- String sDualStorage( "PP97_DUALSTORAGE" );
+ OUString sDualStorage( "PP97_DUALSTORAGE" );
if ( pStorage->IsContained( sDualStorage ) )
{
xDualStorage = pStorage->OpenSotStorage( sDualStorage, STREAM_STD_READ );