summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-06 16:26:32 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 13:45:26 +0200
commitd1ba5419cf9f75fe437b835e49d3b75459dd48c2 (patch)
tree030dd7522098e4e03f0d64304e48cb866dfc375f /svl
parent5502be9695b67b094d581d108dc9ebddc161cc60 (diff)
Remove non-existing forward declarations
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/itempool.hxx2
-rw-r--r--svl/inc/svl/stylepool.hxx1
-rw-r--r--svl/inc/svl/szitem.hxx1
3 files changed, 0 insertions, 4 deletions
diff --git a/svl/inc/svl/itempool.hxx b/svl/inc/svl/itempool.hxx
index f6a7c6d92781..d29243291335 100644
--- a/svl/inc/svl/itempool.hxx
+++ b/svl/inc/svl/itempool.hxx
@@ -105,8 +105,6 @@ public:
//---------------------------------------------------------------------
#ifndef _SFXITEMS_HXX
-friend class SfxPoolWhichMap;
-
private:
sal_uInt16 GetIndex_Impl(sal_uInt16 nWhich) const;
sal_uInt16 GetSize_Impl() const;
diff --git a/svl/inc/svl/stylepool.hxx b/svl/inc/svl/stylepool.hxx
index bf8d5f7c2313..172b152fd116 100644
--- a/svl/inc/svl/stylepool.hxx
+++ b/svl/inc/svl/stylepool.hxx
@@ -24,7 +24,6 @@
#include <svl/itemset.hxx>
class StylePoolImpl;
-class StylePoolIterImpl;
class IStylePoolIteratorAccess;
class SVL_DLLPUBLIC StylePool
diff --git a/svl/inc/svl/szitem.hxx b/svl/inc/svl/szitem.hxx
index 48fdc57d0367..6b24620052c5 100644
--- a/svl/inc/svl/szitem.hxx
+++ b/svl/inc/svl/szitem.hxx
@@ -23,7 +23,6 @@
#include <svl/poolitem.hxx>
-class SfxArguments;
class SvStream;
DBG_NAMEEX(SfxSizeItem)