summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
parent5502be9695b67b094d581d108dc9ebddc161cc60 (diff)
Remove non-existing forward declarations
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/editbrowsebox.hxx2
-rw-r--r--svtools/inc/svtools/htmlout.hxx1
-rw-r--r--svtools/inc/svtools/inetimg.hxx1
-rw-r--r--svtools/inc/svtools/svxbox.hxx1
-rw-r--r--svtools/source/dialogs/filedlg2.hxx2
-rw-r--r--svtools/source/dialogs/mcvmath.hxx2
6 files changed, 0 insertions, 9 deletions
diff --git a/svtools/inc/svtools/editbrowsebox.hxx b/svtools/inc/svtools/editbrowsebox.hxx
index a93463027559..908bb8e91f03 100644
--- a/svtools/inc/svtools/editbrowsebox.hxx
+++ b/svtools/inc/svtools/editbrowsebox.hxx
@@ -77,8 +77,6 @@
//==================================================================
class Edit;
-class ListBoxFrame;
-class ButtonCtrl;
class SpinField;
class FormattedField;
diff --git a/svtools/inc/svtools/htmlout.hxx b/svtools/inc/svtools/htmlout.hxx
index 588e6658d42e..485db4b11815 100644
--- a/svtools/inc/svtools/htmlout.hxx
+++ b/svtools/inc/svtools/htmlout.hxx
@@ -41,7 +41,6 @@ class String;
class SvStream;
class SvxMacroTableDtor;
class SvNumberFormatter;
-class SvDataObject;
struct HTMLOutEvent
{
diff --git a/svtools/inc/svtools/inetimg.hxx b/svtools/inc/svtools/inetimg.hxx
index 2d8628928b07..f28ac2cdedfe 100644
--- a/svtools/inc/svtools/inetimg.hxx
+++ b/svtools/inc/svtools/inetimg.hxx
@@ -24,7 +24,6 @@
class SvData;
class SotDataObject;
-class SotDataMemberObject;
//=========================================================================
diff --git a/svtools/inc/svtools/svxbox.hxx b/svtools/inc/svtools/svxbox.hxx
index 859de7dc0ead..7e0bc8649f46 100644
--- a/svtools/inc/svtools/svxbox.hxx
+++ b/svtools/inc/svtools/svxbox.hxx
@@ -38,7 +38,6 @@
// forward ---------------------------------------------------------------
class SvxBoxEntry;
-class SvxListBase;
typedef std::vector<SvxBoxEntry*> SvxEntryLst;
diff --git a/svtools/source/dialogs/filedlg2.hxx b/svtools/source/dialogs/filedlg2.hxx
index c31fab676f58..2a51d8213f60 100644
--- a/svtools/source/dialogs/filedlg2.hxx
+++ b/svtools/source/dialogs/filedlg2.hxx
@@ -73,8 +73,6 @@ virtual long PreNotify( NotifyEvent& rNEvt );
class ImpPathDialog
{
- friend class ImpFileDialog;
-
private:
PathDialog* pSvPathDialog;
Edit* pEdit;
diff --git a/svtools/source/dialogs/mcvmath.hxx b/svtools/source/dialogs/mcvmath.hxx
index c3e2005352ab..2d9eb5bbc468 100644
--- a/svtools/source/dialogs/mcvmath.hxx
+++ b/svtools/source/dialogs/mcvmath.hxx
@@ -32,7 +32,6 @@
#include <tools/solar.h>
class FixCpx;
-class ColWheel;
// No of fractal bits
// allowed range 0..14, must be even
@@ -73,7 +72,6 @@ class Fix
{
private:
friend class FixCpx;
- friend class ColWheel;
public:
long x;