[Libreoffice-commits] .: slideshow/source

Tor Lillqvist tml at kemper.freedesktop.org
Tue Feb 8 04:05:19 PST 2011


 slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx   |    4 ++--
 slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx   |    8 ++++----
 slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx |    4 ++--
 slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx   |    8 ++++----
 4 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 222e5b0572ffea06729d0799e77390baa22bff57
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue Feb 8 13:04:56 2011 +0200

    Adapt to move of prewin.h and postwin.h

diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx
index 306cf7a..7cb1cd3 100644
--- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx
@@ -30,8 +30,8 @@
 #include <basegfx/vector/b2dvector.hxx>
 #include <basegfx/vector/b3dvector.hxx>
 
-#include <tools/prewin.h>
-#include <tools/postwin.h>
+#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 49a5517..e5ecc3d 100644
--- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx
@@ -30,12 +30,12 @@
 #include <basegfx/vector/b2dvector.hxx>
 #include <basegfx/vector/b3dvector.hxx>
 
-#include <tools/prewin.h>
-#include <tools/postwin.h>
+#include <prewin.h>
+#include <postwin.h>
 
 #if defined( WNT ) 
-#include <tools/prewin.h>
-#include <tools/postwin.h>
+#include <prewin.h>
+#include <postwin.h>
 #elif defined( OS2 )
 #elif defined( QUARTZ )
 #elif defined( UNX )
diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx
index 435aa25..ca57112 100644
--- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx
@@ -60,9 +60,9 @@
 
 
 #if defined( WNT )
-    #include <tools/prewin.h>
+    #include <prewin.h>
     #include <windows.h>
-    #include <tools/postwin.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 1558792..ae26d55 100644
--- a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx
@@ -30,12 +30,12 @@
 #include <basegfx/vector/b2dvector.hxx>
 #include <basegfx/vector/b3dvector.hxx>
 
-#include <tools/prewin.h>
-#include <tools/postwin.h>
+#include <prewin.h>
+#include <postwin.h>
 
 #if defined( WNT ) 
-#include <tools/prewin.h>
-#include <tools/postwin.h>
+#include <prewin.h>
+#include <postwin.h>
 #elif defined( OS2 )
 #elif defined( QUARTZ )
 #include <OpenGL/gl.h>


More information about the Libreoffice-commits mailing list