summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unocpres.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-18 15:17:39 +0200
committerNoel Grandin <noel@peralex.com>2013-09-19 10:14:23 +0200
commit001080ae7010767f515723abe725182d98fbac0f (patch)
tree227361cf63394ff8bb24e6f927317ea3cc53021a /sd/source/ui/unoidl/unocpres.cxx
parent15b3fbf9385835df4636ec7f10e1d2b94754eab0 (diff)
convert some .cxx files in sd from String to OUString
Change-Id: I3f3ba3521b72d78887e01970192f353cdc866626
Diffstat (limited to 'sd/source/ui/unoidl/unocpres.cxx')
-rw-r--r--sd/source/ui/unoidl/unocpres.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unocpres.cxx b/sd/source/ui/unoidl/unocpres.cxx
index f0f0117a0e66..ce3e77ab67e2 100644
--- a/sd/source/ui/unoidl/unocpres.cxx
+++ b/sd/source/ui/unoidl/unocpres.cxx
@@ -481,7 +481,7 @@ SdCustomShow * SdXCustomPresentationAccess::getSdCustomShow( const OUString& Nam
SdCustomShowList* pList = GetCustomShowList();
const sal_uInt32 nCount = pList ? pList->size() : 0;
- const String aName( Name );
+ const OUString aName( Name );
while( nIdx < nCount )
{