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 /svl | |
parent | 1946794ae09ba732022fe6a74ea45e304ab70b84 (diff) |
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/asiancfg.hxx | 1 | ||||
-rw-r--r-- | svl/inc/svl/poolitem.hxx | 4 | ||||
-rw-r--r-- | svl/source/misc/getstringresource.hxx | 1 |
3 files changed, 0 insertions, 6 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; -} // ----------------------------------------------------------------------- diff --git a/svl/source/misc/getstringresource.hxx b/svl/source/misc/getstringresource.hxx index 4fedb5987bc8..1fa6302a8c71 100644 --- a/svl/source/misc/getstringresource.hxx +++ b/svl/source/misc/getstringresource.hxx @@ -27,7 +27,6 @@ namespace com { namespace sun { namespace star { namespace lang { struct Locale; } } } } -namespace rtl { class OUString; } namespace svl { |