summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:17:14 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:23:12 +0200
commitba044b1e9613ed30906a9a540b7da8392923e4e3 (patch)
treee9c4c91fa194d627817905073b5eb7bc1313aad0 /slideshow
parent1946794ae09ba732022fe6a74ea45e304ab70b84 (diff)
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/appletshape.hxx3
-rw-r--r--slideshow/source/inc/animationfactory.hxx4
-rw-r--r--slideshow/source/inc/hyperlinkarea.hxx3
-rw-r--r--slideshow/source/inc/smilfunctionparser.hxx4
4 files changed, 0 insertions, 14 deletions
diff --git a/slideshow/source/engine/shapes/appletshape.hxx b/slideshow/source/engine/shapes/appletshape.hxx
index 6001f07c5368..c62ceb0f8b57 100644
--- a/slideshow/source/engine/shapes/appletshape.hxx
+++ b/slideshow/source/engine/shapes/appletshape.hxx
@@ -27,9 +27,6 @@ namespace com { namespace sun { namespace star { namespace drawing
{
class XShape;
} } } }
-namespace rtl {
- class OUString;
-}
namespace slideshow
{
diff --git a/slideshow/source/inc/animationfactory.hxx b/slideshow/source/inc/animationfactory.hxx
index aab3cf98d23f..513e6651dd87 100644
--- a/slideshow/source/inc/animationfactory.hxx
+++ b/slideshow/source/inc/animationfactory.hxx
@@ -35,10 +35,6 @@
#include <boost/noncopyable.hpp>
-namespace rtl
-{
- class OUString;
-}
/* Definition of AnimationFactory class */
diff --git a/slideshow/source/inc/hyperlinkarea.hxx b/slideshow/source/inc/hyperlinkarea.hxx
index acd8d89024f9..3fc251afa308 100644
--- a/slideshow/source/inc/hyperlinkarea.hxx
+++ b/slideshow/source/inc/hyperlinkarea.hxx
@@ -24,9 +24,6 @@
#include <vector>
#include <utility>
-namespace rtl {
- class OUString;
-}
namespace basegfx {
class B2DRange;
}
diff --git a/slideshow/source/inc/smilfunctionparser.hxx b/slideshow/source/inc/smilfunctionparser.hxx
index b29e80513e92..59f2d33506a3 100644
--- a/slideshow/source/inc/smilfunctionparser.hxx
+++ b/slideshow/source/inc/smilfunctionparser.hxx
@@ -27,10 +27,6 @@
#include <boost/noncopyable.hpp>
-namespace rtl
-{
- class OUString;
-}
/* Definition of SmilFunctionParser class */