View | Details | Raw Unified | Return to issue 9337
Collapse All | Expand All

(-)oo_1.0.1_src.orig/sw/source/ui/misc/glosdoc.cxx (-1 / +2 lines)
Lines 158-167 Link Here
158
158
159
	if( !bOk )
159
	if( !bOk )
160
	{
160
	{
161
		String sExt (SwGlossaries::GetExtension());
161
		//generate generic name
162
		//generate generic name
162
		utl::TempFile aTemp(
163
		utl::TempFile aTemp(
163
			String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "group" )),
164
			String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "group" )),
164
			&SwGlossaries::GetExtension(), &rNewFilePath );
165
			&sExt, &rNewFilePath );
165
		aTemp.EnableKillingFile();
166
		aTemp.EnableKillingFile();
166
167
167
		INetURLObject aTempURL( aTemp.GetURL() );
168
		INetURLObject aTempURL( aTemp.GetURL() );

Return to issue 9337