summaryrefslogtreecommitdiff
path: root/svl/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 /svl/inc
parent1946794ae09ba732022fe6a74ea45e304ab70b84 (diff)
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/asiancfg.hxx1
-rw-r--r--svl/inc/svl/poolitem.hxx4
2 files changed, 0 insertions, 5 deletions
diff --git a/svl/inc/svl/asiancfg.hxx b/svl/inc/svl/asiancfg.hxx
index 9824a6a7a059..622b1f8ff277 100644
--- a/svl/inc/svl/asiancfg.hxx
+++ b/svl/inc/svl/asiancfg.hxx
@@ -31,7 +31,6 @@
namespace com { namespace sun { namespace star { namespace lang {
struct Locale;
} } } }
-namespace rtl { class OUString; }
class SVL_DLLPUBLIC SvxAsianConfig: private boost::noncopyable {
public:
diff --git a/svl/inc/svl/poolitem.hxx b/svl/inc/svl/poolitem.hxx
index 2feea5f5ddbd..30443a750f9d 100644
--- a/svl/inc/svl/poolitem.hxx
+++ b/svl/inc/svl/poolitem.hxx
@@ -157,10 +157,6 @@ class SvXMLUnitConverter;
class SfxItemPool;
class SfxItemSet;
-namespace rtl
-{
- class OUString;
-}
// -----------------------------------------------------------------------