diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-06 16:26:32 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:45:26 +0200 |
commit | d1ba5419cf9f75fe437b835e49d3b75459dd48c2 (patch) | |
tree | 030dd7522098e4e03f0d64304e48cb866dfc375f /svtools/source/dialogs/mcvmath.hxx | |
parent | 5502be9695b67b094d581d108dc9ebddc161cc60 (diff) |
Remove non-existing forward declarations
Those classes don't exist. So remove friend class operators too.
Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
Diffstat (limited to 'svtools/source/dialogs/mcvmath.hxx')
-rw-r--r-- | svtools/source/dialogs/mcvmath.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; |