summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-26 09:39:48 +0200
committerNoel Grandin <noel@peralex.com>2015-06-29 10:05:35 +0200
commit329350919e7407bdc217c64a5d6a0486f2b41811 (patch)
tree4e1cf711d6f4508b796b00a4c59a8d03e67edac4 /include/vcl/graph.hxx
parent7153fcb7c4a76d30d9ccc3303c1498dff79649b9 (diff)
remove custom RTTI from SvDataCopyStream
nothing is using it, except perhaps for XFillExchangeData, which was using it incorrectly :-( Change-Id: Ib9246a20bc97ad91d3e3e97fa642217686fc8c46
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index 778c6719c4c7..373629807563 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -89,9 +89,6 @@ public:
SAL_DLLPRIVATE ImpGraphic* ImplGetImpGraphic() const { return mpImpGraphic; }
public:
-
- TYPEINFO_OVERRIDE();
-
Graphic();
Graphic( const Graphic& rGraphic );
Graphic( const Bitmap& rBmp );