diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:25:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:25:55 +0000 |
commit | 2d9fd6c0bcb491b60d10406f7b899b69fb8125f6 (patch) | |
tree | 2b3b50bafe1533c95809afbbc3d53a8ebfce9b0a /svx/source/xoutdev | |
parent | 0b0f89c67573848ff38b787b50dc517953bbbbc3 (diff) |
INTEGRATION: CWS mingwport06 (1.18.376); FILE MERGED
2007/08/24 13:22:11 vg 1.18.376.1: #i75499# pragma is for MSVC
Diffstat (limited to 'svx/source/xoutdev')
-rw-r--r-- | svx/source/xoutdev/_xoutbmp.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/xoutdev/_xoutbmp.cxx b/svx/source/xoutdev/_xoutbmp.cxx index 25de8c12e02e..fa89f325738e 100644 --- a/svx/source/xoutdev/_xoutbmp.cxx +++ b/svx/source/xoutdev/_xoutbmp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: _xoutbmp.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:55:57 $ + * last change: $Author: kz $ $Date: 2007-09-06 13:25:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -497,7 +497,7 @@ USHORT XOutBitmap::WriteGraphic( const Graphic& rGraphic, String& rFileName, // ------------------------------------------------------------------------ -#ifdef WNT +#ifdef _MSC_VER #pragma optimize ( "", off ) #endif @@ -527,7 +527,7 @@ USHORT XOutBitmap::ExportGraphic( const Graphic& rGraphic, const INetURLObject& return nRet; } -#ifdef WNT +#ifdef _MSC_VER #pragma optimize ( "", on ) #endif |