summaryrefslogtreecommitdiffstats
path: root/idl/inc/object.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-05 11:52:10 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-07 06:54:39 +0000
commit0b7337bfa049f4e3a8b87f7628025e40f5b3e825 (patch)
treef729413968d640829f92ddda0d0292cf456754af /idl/inc/object.hxx
parentconvert TYPE_ enum to scoped (diff)
downloadcore-0b7337bfa049f4e3a8b87f7628025e40f5b3e825.tar.gz
core-0b7337bfa049f4e3a8b87f7628025e40f5b3e825.zip
remove some dead code, found using LCOV
Change-Id: Ibdca0a70722290bbb560726c88e9821c3ae0af14 Reviewed-on: https://gerrit.libreoffice.org/22151 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'idl/inc/object.hxx')
-rw-r--r--idl/inc/object.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx
index 4e1e38a8d259..6399b007f692 100644
--- a/idl/inc/object.hxx
+++ b/idl/inc/object.hxx
@@ -78,8 +78,6 @@ class SvMetaClass : public SvMetaType
const OString& rPrefix, SvIdlDataBase& rBase );
protected:
- virtual void ReadAttributesSvIdl( SvIdlDataBase & rBase,
- SvTokenStream & rInStm ) override;
virtual void ReadContextSvIdl( SvIdlDataBase &,
SvTokenStream & rInStm ) override;
public: