diff options
Diffstat (limited to 'slideshow/source/engine')
-rw-r--r-- | slideshow/source/engine/OGLTrans/Operation.cxx (renamed from slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.cxx) | 2 | ||||
-rw-r--r-- | slideshow/source/engine/OGLTrans/Operation.hxx (renamed from slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.hxx) | 0 | ||||
-rw-r--r-- | slideshow/source/engine/OGLTrans/TransitionImpl.cxx (renamed from slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx) | 4 | ||||
-rw-r--r-- | slideshow/source/engine/OGLTrans/TransitionImpl.hxx (renamed from slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx) | 0 | ||||
-rw-r--r-- | slideshow/source/engine/OGLTrans/TransitionerImpl.cxx (renamed from slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx) | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.cxx b/slideshow/source/engine/OGLTrans/Operation.cxx index c61209fea3e0..0888d6ae39bb 100644 --- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.cxx +++ b/slideshow/source/engine/OGLTrans/Operation.cxx @@ -31,7 +31,7 @@ #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> -#include "OGLTrans_Operation.hxx" +#include "Operation.hxx" SRotate::SRotate(const glm::vec3& Axis, const glm::vec3& Origin, double Angle, bool bInter, double T0, double T1): diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.hxx b/slideshow/source/engine/OGLTrans/Operation.hxx index 12d0a4842278..12d0a4842278 100644 --- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation.hxx +++ b/slideshow/source/engine/OGLTrans/Operation.hxx diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/TransitionImpl.cxx index a7e398f8221e..33e7f4ba0f43 100644 --- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx +++ b/slideshow/source/engine/OGLTrans/TransitionImpl.cxx @@ -37,8 +37,8 @@ #include <comphelper/random.hxx> -#include "OGLTrans_TransitionImpl.hxx" -#include "OGLTrans_Operation.hxx" +#include "TransitionImpl.hxx" +#include "Operation.hxx" #include <math.h> TransitionScene::TransitionScene(TransitionScene const& rOther) diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/TransitionImpl.hxx index 66ecb6b61a0c..66ecb6b61a0c 100644 --- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/TransitionImpl.hxx diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/TransitionerImpl.cxx index 55859d28a30c..6e2f5a98a055 100644 --- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx +++ b/slideshow/source/engine/OGLTrans/TransitionerImpl.cxx @@ -65,7 +65,7 @@ #include <vcl/opengl/OpenGLHelper.hxx> #include <vcl/window.hxx> -#include "OGLTrans_TransitionImpl.hxx" +#include "TransitionImpl.hxx" #include <vcl/sysdata.hxx> |