diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2000-12-15 07:53:10 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2000-12-15 07:53:10 +0000 |
commit | b036f1049b651321f6b764731e95e3946ef56d5c (patch) | |
tree | 2b6d19ea4633e0c34df9e1750f2502f0c448cd73 /stoc/source/loader/dllcomponentloader.cxx | |
parent | c3318a059cc9d5a8527de38187137d7d2175aab6 (diff) |
postfixing export symbols
Diffstat (limited to 'stoc/source/loader/dllcomponentloader.cxx')
-rw-r--r-- | stoc/source/loader/dllcomponentloader.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/loader/dllcomponentloader.cxx b/stoc/source/loader/dllcomponentloader.cxx index 6aa205123b49..ef04d8b46978 100644 --- a/stoc/source/loader/dllcomponentloader.cxx +++ b/stoc/source/loader/dllcomponentloader.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dllcomponentloader.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: dbo $ $Date: 2000-12-14 16:23:39 $ + * last change: $Author: dbo $ $Date: 2000-12-15 08:53:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -363,8 +363,8 @@ static OUString getMacSymbolName( const OUString & rLibName, const char * pSymNa sal_Int32 nEnd = rLibName.indexOf( (sal_Unicode)'.', nStart ); OSL_ASSERT( nEnd > nStart ); OUStringBuffer buf( 16 ); - buf.append( rLibName.copy( nStart, nEnd - nStart ) ); buf.appendAscii( pSymName ); + buf.append( rLibName.copy( nStart, nEnd - nStart ) ); return buf.makeStringAndClear(); } #endif |