summaryrefslogtreecommitdiff
path: root/idl/inc/bastype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/bastype.hxx')
-rw-r--r--idl/inc/bastype.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/idl/inc/bastype.hxx b/idl/inc/bastype.hxx
index fcfc8d0cdd32..36b957e46e5d 100644
--- a/idl/inc/bastype.hxx
+++ b/idl/inc/bastype.hxx
@@ -57,8 +57,6 @@ public:
operator bool() const { return nVal; }
bool IsSet() const { return bSet; }
- friend SvStream& operator >> (SvStream &, SvBOOL &);
-
bool ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm );
};
@@ -146,7 +144,6 @@ public:
return !(*this == r);
}
- friend SvStream& operator >> (SvStream &, SvVersion &);
bool ReadSvIdl( SvTokenStream & rInStm );
};