summaryrefslogtreecommitdiff
path: root/stoc
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 /stoc
parent1946794ae09ba732022fe6a74ea45e304ab70b84 (diff)
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/registry_tdprovider/structtypedescription.hxx1
-rw-r--r--stoc/source/uriproc/supportsService.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/stoc/source/registry_tdprovider/structtypedescription.hxx b/stoc/source/registry_tdprovider/structtypedescription.hxx
index 1a750a1c0457..ae8ecbab45e0 100644
--- a/stoc/source/registry_tdprovider/structtypedescription.hxx
+++ b/stoc/source/registry_tdprovider/structtypedescription.hxx
@@ -32,7 +32,6 @@ namespace com { namespace sun { namespace star {
namespace container { class XHierarchicalNameAccess; }
namespace reflection { class XCompoundTypeDescription; }
} } }
-namespace rtl { class OUString; }
namespace stoc_rdbtdp { class CompoundTypeDescriptionImpl; }
namespace stoc { namespace registry_tdprovider {
diff --git a/stoc/source/uriproc/supportsService.hxx b/stoc/source/uriproc/supportsService.hxx
index 2ca3a5321463..ba9383781226 100644
--- a/stoc/source/uriproc/supportsService.hxx
+++ b/stoc/source/uriproc/supportsService.hxx
@@ -22,7 +22,6 @@
#include "com/sun/star/uno/Sequence.hxx"
-namespace rtl { class OUString; }
namespace stoc { namespace uriproc {