summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parent5502be9695b67b094d581d108dc9ebddc161cc60 (diff)
Remove non-existing forward declarations
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/fsys.hxx2
-rw-r--r--tools/inc/tools/inetstrm.hxx1
-rw-r--r--tools/inc/tools/stream.hxx2
3 files changed, 0 insertions, 5 deletions
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx
index cada6395d526..83d326ea4941 100644
--- a/tools/inc/tools/fsys.hxx
+++ b/tools/inc/tools/fsys.hxx
@@ -141,7 +141,6 @@ enum FSysExact
struct dirent;
class TOOLS_DLLPUBLIC FileStat
{
- friend class CORmFSys;
friend class Dir;
friend struct DirReader_Impl;
friend void ImpInitFileStat( FileStat&, dirent* );
@@ -373,7 +372,6 @@ struct DirReader_Impl;
class TOOLS_DLLPUBLIC Dir : public DirEntry
{
friend struct DirReader_Impl;
-friend class CORmFSys;
DirReader_Impl* pReader; // systemabhaengig
DirEntryList* pLst;
diff --git a/tools/inc/tools/inetstrm.hxx b/tools/inc/tools/inetstrm.hxx
index 136f9491e0b6..3a0665620ad1 100644
--- a/tools/inc/tools/inetstrm.hxx
+++ b/tools/inc/tools/inetstrm.hxx
@@ -25,7 +25,6 @@
class INetMessage;
class INetMIMEMessage;
-class INetHTTPMessage;
class SvMemoryStream;
class SvStream;
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx
index 120351588bae..a955e7d081f0 100644
--- a/tools/inc/tools/stream.hxx
+++ b/tools/inc/tools/stream.hxx
@@ -669,8 +669,6 @@ template<typename prefix> sal_Size write_lenPrefixed_uInt8s_FromOUString(SvStrea
class TOOLS_DLLPUBLIC SvFileStream : public SvStream
{
- friend class ImpEaMgr;
- friend class CORmFileStream;
friend class FileCopier;
private: