summaryrefslogtreecommitdiff
path: root/tools/inc/tools/pstm.hxx
diff options
context:
space:
mode:
authorSzabolcs Dezsi <dezsiszabi@hotmail.com>2012-02-27 11:23:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-27 11:23:51 +0000
commit2b179ca1744d12630488619f948e5eb860e1fb41 (patch)
treeea71499aee7ec222439a731578cd409c1efda571 /tools/inc/tools/pstm.hxx
parentc58882fda80b63baac3360001b0fdf251d96e0eb (diff)
Removed unused code
Diffstat (limited to 'tools/inc/tools/pstm.hxx')
-rw-r--r--tools/inc/tools/pstm.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/inc/tools/pstm.hxx b/tools/inc/tools/pstm.hxx
index e557b6338719..125875cac8c4 100644
--- a/tools/inc/tools/pstm.hxx
+++ b/tools/inc/tools/pstm.hxx
@@ -216,8 +216,6 @@ public:
SvPersistStream( SvClassManager &, SvStream * pStream,
sal_uInt32 nStartIdx = 1 );
- SvPersistStream( SvClassManager &, SvStream * pStream,
- const SvPersistStream & rPersStm );
~SvPersistStream();
void SetStream( SvStream * pStream );
@@ -246,8 +244,6 @@ public:
// gespeichert werden.
friend SvStream& operator >> ( SvStream &, SvPersistStream & );
friend SvStream& operator << ( SvStream &, SvPersistStream & );
- sal_uIntPtr InsertObj( SvPersistBase * );
- sal_uIntPtr RemoveObj( SvPersistBase * );
};
#endif // _PSTM_HXX