diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-14 16:46:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-14 16:46:35 +0000 |
commit | 008c22d6a5d5d9b6895c07b6213e50c3bd5b17f6 (patch) | |
tree | 5bc766629d75819cb94afbb02dc7f5b0aaa4369a /sd/source/ui/slideshow/slideshowimpl.cxx | |
parent | ce685df320f7a69eea1c7598120713e3becfb3f3 (diff) |
#i10000# add pragma for wnt to prevent warnings (cl)
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.cxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index 79762399fb86..38ace364f2df 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: slideshowimpl.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: kz $ $Date: 2006-12-12 18:07:42 $ + * last change: $Author: kz $ $Date: 2006-12-14 17:46:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,10 @@ * ************************************************************************/ +#ifdef WNT +#pragma warning (disable:4505) +#endif + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sd.hxx" |