summaryrefslogtreecommitdiff
path: root/scripting
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 /scripting
parent1946794ae09ba732022fe6a74ea45e304ab70b84 (diff)
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/protocolhandler/scripthandler.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripting/source/protocolhandler/scripthandler.hxx b/scripting/source/protocolhandler/scripthandler.hxx
index 23868483180d..fbdfc773a62e 100644
--- a/scripting/source/protocolhandler/scripthandler.hxx
+++ b/scripting/source/protocolhandler/scripthandler.hxx
@@ -28,10 +28,6 @@
#include <cppuhelper/implbase4.hxx>
#include <com/sun/star/script/provider/XScriptProvider.hpp>
-namespace rtl
-{
-class OUString;
-}
namespace com { namespace sun { namespace star {