summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-23 00:16:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-23 09:08:07 +0100
commitd17279e61aed460c83a6a7da4d41eadd0434fa0f (patch)
tree2018e622f96cfa7b432d6a24ea29376de2898eff /svl/inc
parentf1251f68b178860c33521254c9dd4d9b35a96202 (diff)
ditch unused stream operators
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/ownlist.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svl/inc/svl/ownlist.hxx b/svl/inc/svl/ownlist.hxx
index 6bb9f311119b..75dd88afee5c 100644
--- a/svl/inc/svl/ownlist.hxx
+++ b/svl/inc/svl/ownlist.hxx
@@ -98,9 +98,6 @@ public:
sal_Bool FillFromSequence( const com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >& );
void FillSequence( com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >& );
- SVL_DLLPUBLIC friend SvStream& operator >> ( SvStream& rStm, SvCommandList & );
- SVL_DLLPUBLIC friend SvStream& operator << ( SvStream&, const SvCommandList & );
-
size_t size() const { return aCommandList.size(); }
SvCommand operator[]( size_t i) {