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 /ucbhelper | |
parent | 1946794ae09ba732022fe6a74ea45e304ab70b84 (diff) |
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/inc/ucbhelper/contentidentifier.hxx | 3 | ||||
-rw-r--r-- | ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx | 1 | ||||
-rw-r--r-- | ucbhelper/inc/ucbhelper/registerucb.hxx | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/ucbhelper/inc/ucbhelper/contentidentifier.hxx b/ucbhelper/inc/ucbhelper/contentidentifier.hxx index 89573d52cc73..4aa5459806f1 100644 --- a/ucbhelper/inc/ucbhelper/contentidentifier.hxx +++ b/ucbhelper/inc/ucbhelper/contentidentifier.hxx @@ -25,9 +25,6 @@ #include <com/sun/star/ucb/XContentIdentifier.hpp> #include "ucbhelper/ucbhelperdllapi.h" -namespace rtl { - class OUString; -} namespace ucbhelper { diff --git a/ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx b/ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx index 40c23045e5d4..052a7413bf93 100644 --- a/ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx +++ b/ucbhelper/inc/ucbhelper/fileidentifierconverter.hxx @@ -28,7 +28,6 @@ namespace com { namespace sun { namespace star { namespace ucb { class XUniversalContentBroker; } } } } -namespace rtl { class OUString; } namespace ucbhelper { diff --git a/ucbhelper/inc/ucbhelper/registerucb.hxx b/ucbhelper/inc/ucbhelper/registerucb.hxx index c86bf45cfef9..ab241a2f9cb4 100644 --- a/ucbhelper/inc/ucbhelper/registerucb.hxx +++ b/ucbhelper/inc/ucbhelper/registerucb.hxx @@ -32,7 +32,6 @@ namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } } } } -namespace rtl { class OUString; } namespace ucbhelper { |