diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-16 09:31:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-16 09:31:17 +0000 |
commit | 3ae66e5d2daa4d12d3db369df6cda2612e967b19 (patch) | |
tree | 8e3dbc27b3635e547854d45381689b284cfc96d9 /svtools | |
parent | 45ffa7d9620fa2098151d65e7414e0eb2cf6cdab (diff) |
INTEGRATION: CWS ooo20040509 (1.7.572); FILE MERGED
2004/05/06 12:00:16 waratah 1.7.572.1: #i1858# bracket the pragma's that gcc does not know about
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/urlobj/inetimg.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svtools/source/urlobj/inetimg.cxx b/svtools/source/urlobj/inetimg.cxx index 886e4a814240..781e3f9f6218 100644 --- a/svtools/source/urlobj/inetimg.cxx +++ b/svtools/source/urlobj/inetimg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: inetimg.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dv $ $Date: 2001-07-26 11:32:53 $ + * last change: $Author: rt $ $Date: 2004-06-16 10:31:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,9 @@ #include <tools/stream.hxx> #endif +#ifndef GCC #pragma hdrstop +#endif #include "inetimg.hxx" @@ -146,7 +148,6 @@ sal_Bool INetImage::Read( SvStream& rIStm, ULONG nFormat ) */ rtl_TextEncoding eSysCSet = gsl_getSystemTextEncoding(); sal_Int32 nVal, nAnchorOffset, nAltOffset, nFilePos; - int nLen; ByteString sData; nFilePos = rIStm.Tell(); |