summaryrefslogtreecommitdiffstats
path: root/include/tools/stream.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-08 21:28:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-09 11:19:33 +0000
commiteef56fc73b5c3ddc02ca7192532748e8d60c3ac6 (patch)
tree08f434f82360f808f146df1220e7b41717b96368 /include/tools/stream.hxx
parent[API CHANGE] return unsigned 64-bit value from GetSystemTicks in basic code (diff)
downloadcore-eef56fc73b5c3ddc02ca7192532748e8d60c3ac6.tar.gz
core-eef56fc73b5c3ddc02ca7192532748e8d60c3ac6.zip
Related: coverity#1371305 unnecessary inheritence
SvDataCopyStream used to do extra Load/Save things that are long gone, so there is no reason for the common base anymore Change-Id: Ib321021002adb480bb96298f199141dc3fe2ec2b Reviewed-on: https://gerrit.libreoffice.org/32851 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/tools/stream.hxx')
-rw-r--r--include/tools/stream.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index 56be8a7419a9..3a1843dfbe22 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -679,18 +679,6 @@ public:
virtual bool good() const override;
};
-/** Data Copy Stream
-
- This class is the foundation for all classes, using SvData
- (SO2\DTRANS.HXX/CXX) for transportation (e.g., graphics).
-*/
-class TOOLS_DLLPUBLIC SvDataCopyStream
-{
-public:
- // repeated execution of Load or Assign is allowed
- virtual ~SvDataCopyStream(){}
-};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */