diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-04-07 14:17:14 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-04-07 14:23:12 +0200 |
commit | ba044b1e9613ed30906a9a540b7da8392923e4e3 (patch) | |
tree | e9c4c91fa194d627817905073b5eb7bc1313aad0 /stoc/source/uriproc | |
parent | 1946794ae09ba732022fe6a74ea45e304ab70b84 (diff) |
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'stoc/source/uriproc')
-rw-r--r-- | stoc/source/uriproc/supportsService.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |