diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-09-06 13:22:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-09-06 13:22:41 +0000 |
commit | 8ad0209313e108befb23548e23a2d33a7862f2b4 (patch) | |
tree | b855e30fab1f636689b3f0146e784b57ef50a2c2 /sc/workben | |
parent | bcbb20cd1d5958b4fa961de85962d9d134fe111a (diff) |
INTEGRATION: CWS mingwport06 (1.2.522); FILE MERGED
2007/08/24 13:08:31 vg 1.2.522.1: #i75499# pragma is for MSVC
Diffstat (limited to 'sc/workben')
-rw-r--r-- | sc/workben/addin.cxx | 6 | ||||
-rw-r--r-- | sc/workben/result.cxx | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sc/workben/addin.cxx b/sc/workben/addin.cxx index e4c657ba23bc..5fdf3e9f2bb9 100644 --- a/sc/workben/addin.cxx +++ b/sc/workben/addin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: addin.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:15:53 $ + * last change: $Author: kz $ $Date: 2007-09-06 14:22:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,9 @@ * ************************************************************************/ +#ifdef _MSC_VER #pragma hdrstop +#endif #include <usr/factoryhlp.hxx> #include <usr/macros.hxx> diff --git a/sc/workben/result.cxx b/sc/workben/result.cxx index fcbf4d2e1b9f..440a8189ffcc 100644 --- a/sc/workben/result.cxx +++ b/sc/workben/result.cxx @@ -4,9 +4,9 @@ * * $RCSfile: result.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:16:56 $ + * last change: $Author: kz $ $Date: 2007-09-06 14:22:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,9 @@ * ************************************************************************/ +#ifdef _MSC_VER #pragma hdrstop +#endif #include <tools/debug.hxx> #include <usr/ustring.hxx> |