summaryrefslogtreecommitdiff
path: root/unoidl
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 /unoidl
parent1946794ae09ba732022fe6a74ea45e304ab70b84 (diff)
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/inc/unoidl/legacyprovider.hxx1
-rw-r--r--unoidl/inc/unoidl/unoidlprovider.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/unoidl/inc/unoidl/legacyprovider.hxx b/unoidl/inc/unoidl/legacyprovider.hxx
index 6f89f18d2d47..cebdc1f764ea 100644
--- a/unoidl/inc/unoidl/legacyprovider.hxx
+++ b/unoidl/inc/unoidl/legacyprovider.hxx
@@ -18,7 +18,6 @@
#include "unoidl/detail/dllapi.hxx"
#include "unoidl/unoidl.hxx"
-namespace rtl { class OUString; }
namespace unoidl {
diff --git a/unoidl/inc/unoidl/unoidlprovider.hxx b/unoidl/inc/unoidl/unoidlprovider.hxx
index 03739a1acc65..d7d4fbb97f8c 100644
--- a/unoidl/inc/unoidl/unoidlprovider.hxx
+++ b/unoidl/inc/unoidl/unoidlprovider.hxx
@@ -17,7 +17,6 @@
#include "unoidl/detail/dllapi.hxx"
#include "unoidl/unoidl.hxx"
-namespace rtl { class OUString; }
namespace unoidl { namespace detail {
class MappedFile;
struct MapEntry;