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 /sc | |
parent | 1946794ae09ba732022fe6a74ea45e304ab70b84 (diff) |
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/rangenam.hxx | 3 | ||||
-rw-r--r-- | sc/inc/reftokenhelper.hxx | 3 | ||||
-rw-r--r-- | sc/source/filter/inc/biffinputstream.hxx | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx index 8d2e6acc5f37..436f82a04f88 100644 --- a/sc/inc/rangenam.hxx +++ b/sc/inc/rangenam.hxx @@ -34,9 +34,6 @@ class ScDocument; -namespace rtl { - class OUStringBuffer; -} //------------------------------------------------------------------------ diff --git a/sc/inc/reftokenhelper.hxx b/sc/inc/reftokenhelper.hxx index 6cc24aafbe62..0451dad4e6df 100644 --- a/sc/inc/reftokenhelper.hxx +++ b/sc/inc/reftokenhelper.hxx @@ -24,9 +24,6 @@ #include <vector> -namespace rtl { - class OUString; -} class ScDocument; class ScRange; diff --git a/sc/source/filter/inc/biffinputstream.hxx b/sc/source/filter/inc/biffinputstream.hxx index 645a7c941f84..a7cf8e708923 100644 --- a/sc/source/filter/inc/biffinputstream.hxx +++ b/sc/source/filter/inc/biffinputstream.hxx @@ -25,7 +25,6 @@ #include "biffhelper.hxx" #include "biffcodec.hxx" -namespace rtl { class OUStringBuffer; } namespace oox { namespace xls { |