diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 14:50:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 14:50:11 +0000 |
commit | 6c7244313954fc544fe16e070ffaa60683c2b7e9 (patch) | |
tree | bc00b380d06515b8f078bd6d049a65f5c618d677 /sfx2 | |
parent | 86c07848785cad08c53fc80ef84a236b9a9ed7cc (diff) |
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
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appmisc.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
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 <tools/rcid.h> #include <vos/mutex.hxx> #include <svtools/pver.hxx> +#ifndef GCC #pragma hdrstop +#endif #ifndef _UTL_CONFIGMGR_HXX_ #include <unotools/configmgr.hxx> #endif |