summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-02-13 10:05:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-02-13 10:05:29 +0000
commitbeba3ea76f11a20f054f74ec15e5b0ab43941246 (patch)
treec71672f7ea4e4cb580dc27c9587887319af94451 /sw/source/ui
parent1ed91ee01f3e70d145f768972bffbbf1c7cdeae6 (diff)
#65293# added temporary object for reference
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/misc/glosdoc.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/misc/glosdoc.cxx b/sw/source/ui/misc/glosdoc.cxx
index 275eac2e86a6..9903ead63bf0 100644
--- a/sw/source/ui/misc/glosdoc.cxx
+++ b/sw/source/ui/misc/glosdoc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: glosdoc.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: jp $ $Date: 2001-10-18 12:27:55 $
+ * last change: $Author: vg $ $Date: 2002-02-13 11:05:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -158,10 +158,11 @@ String lcl_CheckFileName( const String& rNewFilePath,
if( !bOk )
{
+ String rSG = SwGlossaries::GetExtension();
//generate generic name
utl::TempFile aTemp(
String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "group" )),
- &SwGlossaries::GetExtension(), &rNewFilePath );
+ &rSG, &rNewFilePath );
aTemp.EnableKillingFile();
INetURLObject aTempURL( aTemp.GetURL() );