From 4a3d1757b1f300237f5b18424874f5d3e89c6135 Mon Sep 17 00:00:00 2001 From: "Philipp Lohmann [pl]" Date: Mon, 5 Jul 2010 19:02:56 +0200 Subject: ooo33gsl02: #i112857# do not mess up the resource stack if a string is not found --- tools/source/string/strucvt.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/source/string/strucvt.cxx') diff --git a/tools/source/string/strucvt.cxx b/tools/source/string/strucvt.cxx index 7198d0e8f98c..9c9ef1dc4b5a 100644 --- a/tools/source/string/strucvt.cxx +++ b/tools/source/string/strucvt.cxx @@ -201,6 +201,8 @@ UniString::UniString( const ResId& rResId ) Append( UniString::CreateFromInt32( rResId.GetId() ) ); AppendAscii( " not found>" ); #endif + if( pResMgr ) + pResMgr->PopContext(); } -- cgit