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 --- svl/inc/svl/asiancfg.hxx | 1 - svl/inc/svl/poolitem.hxx | 4 ---- 2 files changed, 5 deletions(-) (limited to 'svl/inc') 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; -} // ----------------------------------------------------------------------- -- cgit