summaryrefslogtreecommitdiff
path: root/ucb
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 /ucb
parent5502be9695b67b094d581d108dc9ebddc161cc60 (diff)
Remove non-existing forward declarations
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filstr.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/ucb/source/ucp/file/filstr.hxx b/ucb/source/ucp/file/filstr.hxx
index 2eade84aec6c..e37c15fc224e 100644
--- a/ucb/source/ucp/file/filstr.hxx
+++ b/ucb/source/ucp/file/filstr.hxx
@@ -39,8 +39,6 @@ namespace fileaccess {
// forward:
class shell;
- class XInputStreamForStream;
- class XOutputStreamForStream;
class XStream_impl
: public cppu::OWeakObject,
@@ -52,8 +50,6 @@ namespace fileaccess {
public com::sun::star::io::XTruncate,
public com::sun::star::io::XAsyncOutputMonitor
{
- friend class XInputStreamForStream;
- friend class XOutputStreamForStream;
public: