[Libreoffice-commits] .: slideshow/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Fri Mar 25 10:50:31 PDT 2011
slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx | 3 --
slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx | 11 ----------
slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx | 2 -
slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx | 5 ----
4 files changed, 21 deletions(-)
New commits:
commit 12532571e09454a725a9e070e63f2b96cc070995
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Fri Mar 25 18:50:02 2011 +0100
Wholesale prewin.h/postwin.h removal
diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx
index a718178..eeb6a65 100644
--- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx
@@ -31,9 +31,6 @@
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b3dvector.hxx>
-#include <prewin.h>
-#include <postwin.h>
-
#include <OpenGL/gl.h>
#include <vector>
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx
index f144d99..7a33fe0 100644
--- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx
@@ -31,17 +31,6 @@
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b3dvector.hxx>
-#include <prewin.h>
-#include <postwin.h>
-
-#if defined( WNT )
-#include <prewin.h>
-#include <postwin.h>
-#elif defined( OS2 )
-#elif defined( QUARTZ )
-#elif defined( UNX )
-#endif
-
#include <vector>
#include <GL/gl.h>
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx
index 7172fc8..8d74d80 100644
--- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx
@@ -61,8 +61,6 @@
#if defined( WNT )
- #include <prewin.h>
- #include <postwin.h>
#define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE
#define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT 0x84FF
#elif defined( OS2 )
diff --git a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx
index 6affd7d..5f8a903 100644
--- a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx
@@ -31,12 +31,7 @@
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b3dvector.hxx>
-#include <prewin.h>
-#include <postwin.h>
-
#if defined( WNT )
-#include <prewin.h>
-#include <postwin.h>
#elif defined( OS2 )
#elif defined( QUARTZ )
#include <OpenGL/gl.h>
More information about the Libreoffice-commits
mailing list