summaryrefslogtreecommitdiff
path: root/sdext
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 /sdext
parent1946794ae09ba732022fe6a74ea45e304ab70b84 (diff)
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/inc/contentsink.hxx1
-rw-r--r--sdext/source/pdfimport/inc/wrapper.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/inc/contentsink.hxx b/sdext/source/pdfimport/inc/contentsink.hxx
index f7cc7d0b7c0b..3470ebcfacee 100644
--- a/sdext/source/pdfimport/inc/contentsink.hxx
+++ b/sdext/source/pdfimport/inc/contentsink.hxx
@@ -25,7 +25,6 @@
#include <com/sun/star/rendering/ARGBColor.hpp>
#include <boost/shared_ptr.hpp>
-namespace rtl { class OUString; }
namespace com { namespace sun { namespace star {
namespace rendering
{
diff --git a/sdext/source/pdfimport/inc/wrapper.hxx b/sdext/source/pdfimport/inc/wrapper.hxx
index 1b9c5c3f3e81..f923b4d79973 100644
--- a/sdext/source/pdfimport/inc/wrapper.hxx
+++ b/sdext/source/pdfimport/inc/wrapper.hxx
@@ -23,7 +23,6 @@
#include "contentsink.hxx"
#include <com/sun/star/uno/Reference.hxx>
-namespace rtl { class OUString; }
namespace com { namespace sun { namespace star {
namespace uno {
class XComponentContext;