summaryrefslogtreecommitdiffstats
path: root/comphelper/inc
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 /comphelper/inc
parentmass removal of rtl:: prefixes for O(U)String* (diff)
downloadcore-ba044b1e9613ed30906a9a540b7da8392923e4e3.tar.gz
core-ba044b1e9613ed30906a9a540b7da8392923e4e3.zip
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/configuration.hxx1
-rw-r--r--comphelper/inc/comphelper/synchronousdispatch.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/configuration.hxx b/comphelper/inc/comphelper/configuration.hxx
index 92d5e1d1bd83..16de5a6336b5 100644
--- a/comphelper/inc/comphelper/configuration.hxx
+++ b/comphelper/inc/comphelper/configuration.hxx
@@ -51,7 +51,6 @@ namespace com { namespace sun { namespace star {
}
namespace uno { class XComponentContext; }
} } }
-namespace rtl { class OUString; }
namespace comphelper {
diff --git a/comphelper/inc/comphelper/synchronousdispatch.hxx b/comphelper/inc/comphelper/synchronousdispatch.hxx
index fc5c5fe59f4b..efeffea6b4eb 100644
--- a/comphelper/inc/comphelper/synchronousdispatch.hxx
+++ b/comphelper/inc/comphelper/synchronousdispatch.hxx
@@ -34,7 +34,6 @@ namespace com { namespace sun { namespace star {
class XComponent; }
} } }
-namespace rtl { class OUString; }
//........................................................................
namespace comphelper