From ba044b1e9613ed30906a9a540b7da8392923e4e3 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sun, 7 Apr 2013 14:17:14 +0200 Subject: remove needless forward rtl::OUString declarations Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034 --- unotest/inc/unotest/gettestargument.hxx | 1 - unotest/inc/unotest/toabsolutefileurl.hxx | 1 - unotest/inc/unotest/uniquepipename.hxx | 1 - 3 files changed, 3 deletions(-) (limited to 'unotest') diff --git a/unotest/inc/unotest/gettestargument.hxx b/unotest/inc/unotest/gettestargument.hxx index ae4a7e36595a..3364c5666600 100644 --- a/unotest/inc/unotest/gettestargument.hxx +++ b/unotest/inc/unotest/gettestargument.hxx @@ -24,7 +24,6 @@ #include "unotest/detail/unotestdllapi.hxx" -namespace rtl { class OUString; } namespace test { diff --git a/unotest/inc/unotest/toabsolutefileurl.hxx b/unotest/inc/unotest/toabsolutefileurl.hxx index 4e224d4cab0b..1f68c665ed33 100644 --- a/unotest/inc/unotest/toabsolutefileurl.hxx +++ b/unotest/inc/unotest/toabsolutefileurl.hxx @@ -24,7 +24,6 @@ #include "unotest/detail/unotestdllapi.hxx" -namespace rtl { class OUString; } namespace test { diff --git a/unotest/inc/unotest/uniquepipename.hxx b/unotest/inc/unotest/uniquepipename.hxx index bbd90f69b4f2..732856228d6a 100644 --- a/unotest/inc/unotest/uniquepipename.hxx +++ b/unotest/inc/unotest/uniquepipename.hxx @@ -24,7 +24,6 @@ #include "unotest/detail/unotestdllapi.hxx" -namespace rtl { class OUString; } namespace test { -- cgit