[Libreoffice-commits] .: rsc/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Nov 22 05:20:31 PST 2010
rsc/source/rsc/rsc.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9a1adbcd542ce2e11cfebed065e1aa2bab895b19
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Nov 22 13:20:24 2010 +0000
tweak this to make it easy to compiler with c++0x
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx
index a1c97e0..8cc7204 100644
--- a/rsc/source/rsc/rsc.cxx
+++ b/rsc/source/rsc/rsc.cxx
@@ -1320,7 +1320,7 @@ void RscCompiler::PreprocessSrsFile( const RscCmdLine::OutputFile& rOutputFile,
aBaseFileName += ByteString::CreateFromInt32( 0 );
if( GetImageFilePath( rOutputFile, rContext, aBaseFileName += aLine , aFilePath, pSysListFile ) )
- aEntryVector.push_back( ::std::make_pair< ByteString, sal_Int32 >( aFilePath, nNumber ) );
+ aEntryVector.push_back( ::std::pair< ByteString, sal_Int32 >( aFilePath, nNumber ) );
else
aMissingImages.push_back( aBaseFileName );
}
More information about the Libreoffice-commits
mailing list