From 6c7244313954fc544fe16e070ffaa60683c2b7e9 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 8 Sep 2004 14:50:11 +0000 Subject: INTEGRATION: CWS ooo20040704 (1.46.100); FILE MERGED 2004/07/19 20:16:01 svesik 1.46.100.2: RESYNC: (1.46-1.47); FILE MERGED 2004/06/28 14:03:22 waratah 1.46.100.1: #I30812# initialise potentially unitialised variable bracket pragma not defined for gcc --- sfx2/source/appl/appmisc.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx index 71dc39754ddc..76054e9730f8 100644 --- a/sfx2/source/appl/appmisc.cxx +++ b/sfx2/source/appl/appmisc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appmisc.cxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: hr $ $Date: 2004-08-02 15:03:16 $ + * last change: $Author: rt $ $Date: 2004-09-08 15:50:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,7 +117,9 @@ #include #include #include +#ifndef GCC #pragma hdrstop +#endif #ifndef _UTL_CONFIGMGR_HXX_ #include #endif -- cgit