summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker/bmpcore.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/bmpmaker/bmpcore.cxx')
-rw-r--r--svtools/bmpmaker/bmpcore.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/bmpmaker/bmpcore.cxx b/svtools/bmpmaker/bmpcore.cxx
index 4414e161f998..fd438ce980cb 100644
--- a/svtools/bmpmaker/bmpcore.cxx
+++ b/svtools/bmpmaker/bmpcore.cxx
@@ -196,7 +196,8 @@ void BmpCreator::ImplCreate( const ::std::vector< DirEntry >& rInDirs,
if( pCollectStm && !aBmpEx.IsEmpty() )
{
- const ByteString aCollectString( aFileName, RTL_TEXTENCODING_ASCII_US );
+ const rtl::OString aCollectString(rtl::OUStringToOString(
+ aFileName, RTL_TEXTENCODING_ASCII_US));
pCollectStm->WriteLine( aCollectString );
}
}